24 lines
576 B
TOML
24 lines
576 B
TOML
[package]
|
|
name = "neosync"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
camino = "1"
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
futures = "0.3"
|
|
hex ="0.4"
|
|
indicatif = "0.17"
|
|
jwalk = "0.8"
|
|
log = "0.4"
|
|
mime_guess = "2"
|
|
rayon = "1"
|
|
reqwest = { version = "0.11", features = ["gzip", "brotli", "json", "multipart", "stream", "blocking"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
sha1 = "0.10"
|
|
simple_logger="4"
|
|
structopt = "0.3"
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio-util = { version ="0.7", features = ["codec"]} |