# 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 = "adns-proto" version = "0.1.0" authors = ["Protryon "] description = "ADNS Protocol Library" readme = "README.md" keywords = ["dns"] license = "Apache-2.0" repository = "https://github.com/protryon/adns" [dependencies.chrono] version = "0.4" [dependencies.constant_time_eq] version = "0.2.5" optional = true [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12.1" optional = true [dependencies.md-5] version = "0.10.5" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.sha1] version = "0.10.5" optional = true [dependencies.sha2] version = "0.10.6" optional = true [dependencies.smallvec] version = "1.10.0" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.hex-literal] version = "0.4" [features] default = [ "serde", "tsig", ] serde = [ "dep:serde", "smallvec/serde", ] tsig = [ "sha2", "sha1", "hmac", "constant_time_eq", "md-5", ]