[package] name = "nextsync" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rustc-serialize="0.3.25" reqwest = { version = "0.12", features = ["stream", "json", "multipart"] } tokio = { version = "1.37", features = ["full"] } dotenv ="0.15.0" clap = "2.34.0" rust-crypto = "0.2.36" colored = "2.1.0" xml-rs = "0.8.19" regex = "1.10.4" lazy_static = "1.4.0" glob = "0.3.1" textwrap = "0.16.1" chrono = "0.4.37" indicatif = "0.17.8" md5 = "0.7.0" futures-util = "0.3.30" rpassword = "7.3.1" rand = "0.8.5" tempfile = "3.10.1" [profile.release] debug = true