# 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 = "kipa" version = "0.2.10" authors = ["Misha Wagner "] build = "build.rs" default-run = "kipa" description = "Distributed Key to IP Address (KIPA) query network" readme = "README.md" keywords = ["distributed", "network", "dns"] license = "GPL-3.0" repository = "https://github.com/mishajw/kipa" [lib] name = "kipa_lib" path = "src/lib.rs" [[bin]] name = "kipa" path = "src/cli.rs" [[bin]] name = "kipa-daemon" path = "src/daemon.rs" [dependencies.byteorder] version = "1.3.2" [dependencies.clap] version = "2.33.0" [dependencies.error-chain] version = "0.12.1" [dependencies.failure] version = "0.1.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.nettle-sys] version = "2.0.3" features = ["vendored"] [dependencies.num_cpus] version = "1.10.1" [dependencies.periodic] version = "0.1.1" [dependencies.pnet] version = "0.25.0" [dependencies.protobuf] version = "2.8.1" [dependencies.rand] version = "0.4.6" [dependencies.regex] version = "1.0.6" [dependencies.remotery] version = "0.1.2" optional = true [dependencies.sequoia-openpgp] version = "0.13.0" [dependencies.serde] version = "1.0.101" features = ["derive"] [dependencies.serde_json] version = "1.0.41" [dependencies.slog] version = "2.5.2" features = ["release_max_level_trace", "max_level_trace"] default-features = false [dependencies.slog-async] version = "2.3.0" [dependencies.slog-json] version = "2.3.0" [dependencies.slog-term] version = "2.4.1" [dependencies.spectral] version = "0.6.0" [dependencies.threadpool] version = "1.7.1" [build-dependencies.protoc-rust] version = "2.8.1" [features] default = ["use-protobuf", "use-tcp", "use-unix-socket", "use-graph"] use-black-hole = [] use-graph = [] use-protobuf = [] use-random-response = [] use-remotery = ["remotery"] use-tcp = [] use-unix-socket = []