Shuffle the ordering of RRs when validating an RR stream in tests
[dnssec-prover] / Cargo.toml
index 948991c962112e2a8a2096a395250921b85f56dc..af51720e51e1d72c6655e165d9820f4a13accac8 100644 (file)
@@ -1,6 +1,12 @@
 [package]
 name = "dnssec-prover"
 version = "0.1.0"
+authors = ["Matt Corallo"]
+license = "MIT OR Apache-2.0"
+repository = "https://git.bitcoin.ninja/dnssec-prover"
+description = "A simple crate which allows for the creation and validation of transferrable proofs of entries in the DNS."
+keywords = ["dns", "dnssec", "rfc9102", "no-std"]
+categories = ["cryptography", "no-std"]
 edition = "2021"
 rust-version = "1.60.0"
 
@@ -11,3 +17,4 @@ hex_lit = { version = "0.1", default-features = false, features = ["rust_v_1_46"
 [dev-dependencies]
 hex-conservative = { version = "0.1", default-features = false, features = ["alloc"] }
 base64 = "0.21"
+rand = { version = "0.8", default-features = false, features = ["getrandom"] }