# 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 = "cloudsctl" version = "0.5.0" authors = ["Martin Chlumsky "] description = "CLI for managing your OpenStack configuration files." homepage = "https://mchlumsky.gitlab.io/cloudsctl/cloudsctl" keywords = ["openstack", "cloud"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/mchlumsky/cloudsctl" [dependencies.anyhow] version = "1.0.32" [dependencies.dirs] version = "2.0.2" [dependencies.duct] version = "0.13.3" [dependencies.indexmap] version = "1.4.0" [dependencies.rpassword] version = "4.0.5" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.serde_with] version = "1.4.0" [dependencies.serde_with_macros] version = "1.1.0" [dependencies.serde_yaml] version = "0.8.11" [dependencies.structopt] version = "0.3.15" [dependencies.tempfile] version = "3.1.0" [dependencies.term-table] version = "1.3.0" [dependencies.thiserror] version = "1.0.20" [badges.gitlab] repository = "https://gitlab.com/mchlumsky/cloudsctl"