2022-12-20 13:38:05 +01:00
|
|
|
[package]
|
|
|
|
name = "caesiumclt"
|
2024-05-18 14:48:42 +02:00
|
|
|
version = "0.19.3"
|
2022-12-20 13:38:05 +01:00
|
|
|
authors = ["Matteo Paonessa <matteo.paonessa@gmail.com>"]
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
structopt = "0.3"
|
|
|
|
indicatif = "0.17"
|
2024-05-18 13:57:15 +02:00
|
|
|
walkdir = "2.5"
|
|
|
|
num_cpus = "1.16"
|
|
|
|
infer = "0.15"
|
|
|
|
rayon = "1.10"
|
2022-12-20 13:38:05 +01:00
|
|
|
rand = "0.8"
|
|
|
|
human_bytes = { version = "0.4", default-features = false }
|
2024-05-18 13:57:15 +02:00
|
|
|
libcaesium = { git = "https://github.com/Lymphatus/libcaesium", tag = "0.15.4" }
|