19 lines
372 B
TOML
19 lines
372 B
TOML
[package]
|
|
name = "caesiumclt"
|
|
version = "0.22.0"
|
|
authors = ["Matteo Paonessa <matteo.paonessa@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
|
|
[dependencies]
|
|
structopt = "0.3"
|
|
indicatif = "0.17"
|
|
walkdir = "2.5"
|
|
num_cpus = "1.16"
|
|
infer = "0.16"
|
|
rayon = "1.10"
|
|
rand = "0.8"
|
|
human_bytes = { version = "0.4", default-features = false }
|
|
filetime = "0.2"
|
|
imagesize = "0.13"
|
|
libcaesium = "0.17.0" |