# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rust-cli-commands" version = "0.1.0" authors = ["stefano "] description = "rust-cli-commands" homepage = "https://github.com/AmdRyZen/rust-cli.git" documentation = "https://github.com/AmdRyZen/rust-cli.git" readme = "README.md" keywords = ["cli", "commands", "futures", "async"] categories = ["asynchronous", "concurrency"] license = "Apache-2.0 OR MIT" repository = "https://github.com/AmdRyZen/rust-cli.git" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.5" [dependencies.mobc] version = "0.5.7" [dependencies.mobc-redis] version = "0.5.3" [dependencies.num_cpus] version = "1.13.0" [dependencies.serde] version = "1.0.71" features = ["derive"] [dependencies.tokio] version = "0.2.22" features = ["full"]