# 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 = "threaty-rs" version = "0.10.5" authors = ["Raphael Dray "] exclude = ["/ci", "/images", ".*", "main.rs"] description = "Combine multiples CTI APIs in Rust to help performing analysis" documentation = "https://docs.rs/threaty-rs/latest/threaty/" readme = "README.md" keywords = ["shodan-api", "censys-api", "censys", "shodan", "cti"] categories = ["api-bindings", "web-programming::http-client"] license = "Apache-2.0" repository = "https://github.com/MrrRaph/threaty-rs" [lib] name = "threaty" path = "src/lib.rs" [dependencies.base64] version = "0.13.0" [dependencies.dotenv] version = "0.15.0" [dependencies.dotenv_codegen] version = "0.15.0" [dependencies.reqwest] version = "0.11.8" features = ["gzip", "brotli", "deflate", "json"] [dependencies.serde_json] version = "1.0.73" [dependencies.strum] version = "0.23.0" [dependencies.strum_macros] version = "0.23" [dependencies.tokio] version = "1.15.0" features = ["full"] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.dotenv_codegen] version = "0.15.0" [dev-dependencies.serde_json] version = "1.0.73" [dev-dependencies.tokio] version = "1.15.0" features = ["full"]