# 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 = "adblock-list-compiler" version = "0.0.8" description = "CLI tool to compile multiple adblock list sources into a single file" readme = "README.md" license = "MIT" repository = "https://github.com/ragibkl/adblock-list-compiler" [[bin]] name = "ablc" path = "src/main.rs" [dependencies.addr] version = "0.15.6" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.idna] version = "0.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.3" [features] default = ["default-tls"] default-tls = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"]