# 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 = "rusty_hogs" version = "1.0.1" authors = ["Scott Cutler "] description = "This project provides a set of scanners that will use regular expressions to try and detect the presence of sensitive information such as API keys, passwords, and personal information. It includes a set of regular expressions by default, but will also accept a JSON object containing your custom regular expressions." homepage = "https://github.com/newrelic/rusty-hog" readme = "README.md" keywords = ["secret", "scanner", "regex", "rusty", "hog"] categories = ["command-line-utilities", "development-tools::build-utils", "filesystem"] license = "Apache-2.0" [lib] name = "rusty_hogs" path = "src/lib.rs" [dependencies.base64] version = "0.11.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2" [dependencies.encoding] version = "0.2" [dependencies.git2] version = "0.10" [dependencies.google-drive3] version = "1.0.12" [dependencies.hex] version = "0.4" [dependencies.hyper] version = "^0.10" [dependencies.hyper-rustls] version = "^0.6" [dependencies.lambda_runtime] version = "0.2" [dependencies.log] version = "^0.4" [dependencies.regex] version = "1" [dependencies.rust-s3] version = "0.18.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "^1" [dependencies.serde_json] version = "1.0" [dependencies.simple-error] version = "0.2" [dependencies.simple_logger] version = "^1" [dependencies.tempdir] version = "0.3" [dependencies.url] version = "2" [dependencies.yup-oauth2] version = "^1.0"