# 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 = "proxier" version = "0.1.7" authors = ["j-mendez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Auto proxy whitelist and delist crate for 3rd party services." documentation = "https://docs.rs/proxier" readme = "README.md" categories = [ "web-programming", "command-line-utilities", ] license = "MIT" repository = "https://github.com/spider-rs/proxier" [lib] name = "proxier" path = "src/lib.rs" [dependencies.dotenv] version = "0.15.0" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.string_concat] version = "0.0.1"