# 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" rust-version = "1.64.0" name = "ovhctl" version = "0.1.9" authors = ["Florentin Dubois "] description = "A command line interface to interact with the ovhcloud api" readme = "README.md" keywords = [ "OVHcloud", "rust", "cli", ] license = "MIT" repository = "https://github.com/FlorentinDUBOIS/ovhctl" [dependencies.async-trait] version = "^0.1.66" [dependencies.bytes] version = "^1.4.0" [dependencies.chrono] version = "^0.4.23" [dependencies.clap] version = "^4.1.8" features = ["derive"] [dependencies.config] version = "^0.13.3" [dependencies.futures] version = "^0.3.26" [dependencies.hyper] version = "^0.14.24" features = ["full"] [dependencies.hyper-tls] version = "^0.5.0" [dependencies.ipnetwork] version = "^0.20.0" [dependencies.paw] version = "^1.0.0" [dependencies.pbr] version = "^1.1.1" [dependencies.prettytable-rs] version = "^0.10.0" [dependencies.rust-crypto] version = "^0.2.36" [dependencies.serde] version = "^1.0.154" features = ["derive"] [dependencies.serde_json] version = "^1.0.94" [dependencies.serde_yaml] version = "^0.9.19" [dependencies.thiserror] version = "^1.0.39" [dependencies.tokio] version = "^1.26.0" features = [ "rt", "macros", ] [dependencies.tracing] version = "^0.1.37" [dependencies.tracing-subscriber] version = "^0.3.16" features = [ "std", "ansi", "tracing-log", ] default-features = false