# 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 = "tivilsta" version = "0.5.0" authors = ["Nissar Chababy "] description = "A different whitelisting mechanism for blocklist maintainers." readme = "README.md" keywords = [ "whitelist", "whitelisting", "tool", "blocklist", "tivilsta", ] categories = [ "command-line-utilities", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/funilrys/tivilsta" [lib] [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.fancy-regex] version = "0.13" [dependencies.idna] version = "0.5" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.10" [dependencies.urlparse] version = "0.7" [badges.maintenance] status = "actively-developed"