crunchy-cli/crunchy-cli-core/Cargo.toml
2022-12-18 12:51:36 +01:00

29 lines
635 B
TOML

[package]
name = "crunchy-cli-core"
authors = ["Crunchy Labs Maintainers"]
version = "3.0.0-dev.4"
edition = "2021"
[dependencies]
anyhow = "1.0"
async-trait = "0.1"
clap = { version = "4.0", features = ["derive", "string"] }
chrono = "0.4"
crunchyroll-rs = "0.2"
csv = "1.1"
ctrlc = "3.2"
dirs = "4.0"
log = { version = "0.4", features = ["std"] }
num_cpus = "1.14"
regex = "1.7"
sanitize-filename = "0.4"
serde = "1.0"
serde_json = "1.0"
signal-hook = "0.3"
tempfile = "3.3"
terminal_size = "0.2"
tokio = { version = "1.23", features = ["macros", "rt-multi-thread", "time"] }
sys-locale = "0.2"
[build-dependencies]
chrono = "0.4"