# 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" rust-version = "1.61.0" name = "dnssec-prover" version = "0.6.6" authors = ["Matt Corallo"] description = "A simple crate which allows for the creation and validation of transferrable proofs of entries in the DNS." readme = "README" keywords = [ "dns", "dnssec", "rfc9102", "no-std", ] categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://git.bitcoin.ninja/index.cgi?p=dnssec-prover" [package.metadata.docs.rs] features = [ "std", "validation", "tokio", ] [profile.dev] opt-level = 1 [lib] name = "dnssec_prover" path = "src/lib.rs" [[bin]] name = "http_proof_gen" path = "src/http.rs" [dependencies.bitcoin_hashes] version = "0.14" optional = true default-features = false [dependencies.hex_lit] version = "0.1" features = ["rust_v_1_46"] optional = true default-features = false [dependencies.tokio_crate] version = "1.0" optional = true default-features = false package = "tokio" [dev-dependencies.base64] version = "0.21" [dev-dependencies.hex-conservative] version = "0.1" features = ["alloc"] default-features = false [dev-dependencies.minreq] version = "2.0" [dev-dependencies.rand] version = "0.8" features = ["getrandom"] default-features = false [dev-dependencies.serde_json] version = "1.0" features = ["std"] default-features = false [dev-dependencies.tokio_crate] version = "1.0" features = [ "rt", "macros", "net", "rt-multi-thread", ] package = "tokio" [features] build_server = [ "tokio", "tokio_crate/rt-multi-thread", "tokio_crate/macros", ] default = ["validation"] slower_smaller_binary = [] std = [] tokio = [ "tokio_crate/net", "tokio_crate/io-util", "std", ] validation = [ "bitcoin_hashes", "hex_lit", ] [target."cfg(fuzzing)".dependencies.ibig] version = "0.3" optional = true