# 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 = "singularity" version = "0.8.0" authors = ["Spanfile "] description = "CLI tool for pulling known malicious domains into one or more blackhole lists in various formats." readme = "README.md" keywords = ["cli", "dns", "blackhole"] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/Spanfile/Singularity" resolver = "2" [dependencies.anyhow] version = "1.0.52" [dependencies.chrono] version = "0.4.19" [dependencies.confy] version = "0.4.0" [dependencies.fern] version = "0.6.0" [dependencies.indicatif] version = "0.16.2" features = ["improved_unicode"] [dependencies.log] version = "0.4.14" [dependencies.num-format] version = "0.4.0" features = ["with-system-locale"] [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.132" features = ["derive"] [dependencies.structopt] version = "0.3.25" [dependencies.tempfile] version = "3.2.0" [dependencies.thiserror] version = "1.0.30" [dependencies.ureq] version = "2.4.0" [dependencies.url] version = "2.2.2" features = ["serde"]