# 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 = "double-ratchet-rs" version = "0.4.6" authors = [ "satvrn", "Hannes Furmans", ] description = "A pure Rust implementation of the Double Ratchet algorithm as described by Signal." homepage = "https://github.com/notsatvrn/double-ratchet-rs" readme = "README.md" keywords = [ "double-ratchet", "crypto", "cryptography", "signal", ] license = "MIT" repository = "https://github.com/notsatvrn/double-ratchet-rs" [profile.release] lto = true [[bench]] name = "double_ratchet_bench" harness = false [dependencies.aes-gcm-siv] version = "0.11" [dependencies.hashbrown] version = "0.14" features = ["serde"] optional = true [dependencies.hkdf] version = "0.12" [dependencies.hmac] version = "0.12" [dependencies.postcard] version = "1.0" features = ["alloc"] default-features = false [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.sha2] version = "0.10" default-features = false [dependencies.x25519-dalek] version = "2.0.0-rc.3" features = [ "serde", "static_secrets", "zeroize", ] default-features = false [dependencies.zeroize] version = "1.6" features = ["zeroize_derive"] default-features = false [dev-dependencies.criterion] version = "0.4" [features] default = ["hashbrown"] std = [ "sha2/std", "serde/std", "postcard/use-std", "zeroize/std", ]