# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "dnscache" version = "0.3.2" authors = ["Vitaly _Vi Shukela "] description = "Simple DNS proxy with forced caching" license = "MIT/Apache-2.0" repository = "https://github.com/vi/dnscache" [dependencies.bytes] version = "0.4" [dependencies.clamp] version = "0.1" [dependencies.compactmap] version = "^0.3.4" [dependencies.dns-parser] version = "0.7" [dependencies.log] version = "0.4" [dependencies.multimap] version = "0.4" [dependencies.println_logger] version = "0.2" optional = true [dependencies.rusty-leveldb] version = "^0.2.3" optional = true [dependencies.serde] version = "1" [dependencies.serde_bytes] version = "0.10" [dependencies.serde_cbor] version = "0.8" optional = true [dependencies.serde_derive] version = "1" [dependencies.structopt] version = "0.2" optional = true [dependencies.structopt-derive] version = "0.2" optional = true [features] bin = ["structopt", "structopt-derive", "serde_cbor", "rusty-leveldb", "println_logger"] default = ["bin"]