# 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 = "blocklist" version = "0.2.0" build = "build.rs" description = """ The project is based on blocklistproject. It provides perfect hash map/set structures for fast lookup of blocklisted items. """ homepage = "https://github.com/pagescrape/blocklist" documentation = "https://docs.rs/blocklist" readme = "README.md" license = "MIT" repository = "https://github.com/pagescrape/blocklist" [dependencies.fst] version = "0.4" [dependencies.once_cell] version = "1" [build-dependencies.fst] version = "0.4" [build-dependencies.reqwest] version = "0.11.18" features = [ "rustls-tls", "gzip", "json", ] default-features = false [build-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] default-features = false