# 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 = "sectxt" version = "0.3.0" authors = ["eikendev"] description = "A tool for working with security.txt files as specified in RFC 9116" homepage = "https://github.com/eikendev/sectxt" readme = "README.md" license = "ISC" repository = "https://github.com/eikendev/sectxt.git" [dependencies.anyhow] version = ">=1.0" [dependencies.argh] version = ">=0.1" [dependencies.futures] version = ">=0.3" [dependencies.human-panic] version = ">=1.1" [dependencies.lazy_static] version = ">=1.4" [dependencies.reqwest] version = ">=0.11" [dependencies.sectxtlib] version = "0.3.0" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] [dependencies.tracing] version = ">=0.1.37" [dependencies.tracing-subscriber] version = ">=0.3.16" features = [ "env-filter", "json", "valuable", ] [dependencies.url] version = ">=2.3.0" [dependencies.valuable] version = ">=0.1.0"