# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "catalysh" version = "0.0.3" build = false exclude = [ "/target", "/Cargo.lock", "/.github/workflows/rust.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A command line utility for interaction with Ciscos Catalyst Center, utilizing it's API" homepage = "https://github.com/tparnell96/catalysh" documentation = "https://github.com/tparnell96/catalysh" readme = "README.md" keywords = [ "networking", "cisco", "dnac", "catalyst", "cli", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/tparnell96/catalysh" [[bin]] name = "catalysh" path = "src/main.rs" [[bin]] name = "windows_installer" path = "src/bin/windows_installer.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.argon2] version = "0.5.3" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.clap-repl] version = "0.3.0" [dependencies.dirs] version = "4.0.0" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.17" [dependencies.prettytable] version = "0.10.0" [dependencies.rand] version = "0.8.5" features = ["std"] [dependencies.reqwest] version = "0.11" features = [ "json", "cookies", "native-tls", "rustls-tls", "blocking", ] [dependencies.rpassword] version = "7.0.0" [dependencies.rusqlite] version = "0.29.0" features = ["bundled"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9.19" [dependencies.tokio] version = "1.28.0" features = ["full"]