X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=2177bb9f2af210bcf08a85a54be91d9c498bbcc3;hb=5949966f55b60d346083d336534b978141ebec1b;hp=948991c962112e2a8a2096a395250921b85f56dc;hpb=849c00853e801136888db44075a166e0653e39d6;p=dnssec-prover diff --git a/Cargo.toml b/Cargo.toml index 948991c..2177bb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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/index.cgi?p=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"] }