# 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 = "node-discover" version = "0.2.0" description = "Discover nodes in cloud environments" license = "MIT" repository = "https://github.com/fmeringdal/node-discover" [lib] name = "node_discover" path = "src/lib.rs" [[bin]] name = "node-discover" path = "src/bin.rs" [dependencies.async-trait] version = "0.1.51" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.14" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.rusoto_core] version = "0.47.0" optional = true [dependencies.rusoto_ec2] version = "0.47.0" optional = true [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.thiserror] version = "1.0.29" [dependencies.tokio] version = "1" features = ["rt", "macros", "rt-multi-thread"] [features] aws = ["rusoto_core", "rusoto_ec2"] digitalocean = [] full = ["aws", "digitalocean"]