# 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 = "ct-merkle" version = "0.1.0" description = "An implementation of the append-only log described in the Certificate Transparency specification (RFC 6962)" documentation = "https://docs.rs/ct-merkle" readme = "README.md" keywords = [ "crypto", "tls", "pki", "ct", "hash", ] categories = [ "no-std", "cryptography", "network-programming", "compression", ] license = "MIT/Apache-2.0" repository = "https://github.com/rozbb/ct-merkle" resolver = "2" [dependencies.digest] version = "0.10" [dependencies.generic-array] version = "0.14" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.subtle] version = "2" default-features = false [dev-dependencies.hex] version = "0.4" [dev-dependencies.rand] version = "0.8" features = ["std_rng"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.sha2] version = "0.10" [features] default = [] serde = [ "dep:serde", "generic-array/serde", ] std = ["digest/std"]