# 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 = "awsipranges" version = "0.8.0" authors = ["Chris Lunsford "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Quickly query the AWS IP Ranges" homepage = "https://github.com/cmlccie/awsipranges" documentation = "https://docs.rs/awsipranges/latest/awsipranges/" readme = "README.md" license = "BSD-2-Clause-Patent" repository = "https://github.com/cmlccie/awsipranges" [package.metadata.wix] eula = false license = false path-guid = "759EEE18-34F3-43EE-8C22-0F9711B9BCD0" upgrade-guid = "678FEBC6-FF95-4E28-98D3-E955792A85EE" [profile.dist] lto = "thin" inherits = "release" [lib] name = "awsipranges" path = "src/lib.rs" [[bin]] name = "awsipranges" path = "src/main.rs" [[example]] name = "lib_demo" path = "examples/lib_demo.rs" [[test]] name = "awsipranges" path = "tests/awsipranges.rs" [[test]] name = "examples" path = "tests/examples.rs" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.clap] version = "4.5.17" features = [ "derive", "wrap_help", ] [dependencies.clap-verbosity-flag] version = "2.2.1" [dependencies.comfy-table] version = "7.0.1" [dependencies.csv] version = "1.2.2" [dependencies.dirs] version = "5.0.1" [dependencies.ipnetwork] version = "0.20.0" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.12.7" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.210" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.128" [dependencies.stderrlog] version = "0.6.0" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.escargot] version = "0.5.12" [dev-dependencies.test-log] version = "0.2.16"