# 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-2" version = "0.4.0-pre.2" authors = ["Hannes Furmans"] description = "Implementation of Double Ratchet as specified by Signal." homepage = "https://github.com/Dione-Software/double-ratchet-2" readme = "README.md" keywords = [ "double-ratchet", "crypto", "cryptography", "signal", ] license = "MIT" repository = "https://github.com/Dione-Software/double-ratchet-2" resolver = "2" [[bench]] name = "double_ratchet_bench" harness = false [dependencies.aes-gcm-siv] version = "0.11.0-pre.1" [dependencies.bincode] version = "1" [dependencies.getrandom] version = "0.2.3" [dependencies.hashbrown] version = "0.12" features = ["serde"] [dependencies.hkdf] version = "0.12" [dependencies.hmac] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.sha2] version = "0.10" [dependencies.x25519-dalek] version = "2.0.0-pre.1" features = ["serde"] [dependencies.zeroize] version = "1.3" features = ["zeroize_derive"] [dev-dependencies.criterion] version = "0.3.4" [features] browser = [] wasm = ["getrandom/js"] [target."cfg(target_family = \"wasm\")".dev-dependencies.wasm-bindgen-test] version = "0.3" [badges.maintenance] status = "actively-developed"