# 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 = "blokator" version = "0.5.3" authors = ["Tomkoid "] description = "Simple system-wide adblocker" readme = "README.md" keywords = [ "blokator", "system", "wide", "hosts", "adblocker", ] license = "GPL-3.0" repository = "https://gitlab.com/Tomkoid/blokator" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.clap] version = "3.2.17" features = [ "std", "color", "suggestions", "derive", ] default-features = false [dependencies.dirs] version = "4.0.0" default-features = false [dependencies.nix] version = "0.25.0" [dependencies.regex] version = "1.7.0" [dependencies.reqwest] version = "0.11.11" features = [ "blocking", "socks", ] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.toml] version = "0.5.9" [features] android = [] [target."cfg(unix)".dependencies.signal-hook] version = "0.3.14" [target."cfg(windows)".dependencies.libc] version = "0.2.66" [target."cfg(windows)".dependencies.winapi] version = "0.3.8" features = [ "winuser", "handleapi", "processthreadsapi", "securitybaseapi", ]