# 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-signal" version = "0.1.3" authors = [ "S.R. Verschoor ", "myl7 ", ] description = "Reexport the Signal provider of double-ratchet: Double Ratchet key management for exchanging encrypted messages between two parties." homepage = "https://github.com/myl7/double-ratchet-signal" documentation = "https://github.com/myl7/double-ratchet-signal#readme" readme = "README.md" keywords = [ "crypto", "e2ee", "double-ratchet", "forward-secrecy", "future-secrecy", ] categories = [ "cryptography", "no-std", ] license = "BSD-3-Clause" repository = "https://github.com/myl7/double-ratchet-signal.git" resolver = "1" [dependencies.aes] version = "0.6" [dependencies.block-modes] version = "0.4" [dependencies.clear_on_drop] version = "0.2" [dependencies.double-ratchet] version = "0.1.0" [dependencies.double-ratchet-signal-cbc-aes256-pkcs7-compact] version = "0.1.1" [dependencies.generic-array] version = "0.12" [dependencies.hkdf] version = "0.7" [dependencies.hmac] version = "0.7" [dependencies.rand_core] version = "0.4" [dependencies.rand_os] version = "0.1" [dependencies.sha2] version = "0.8" [dependencies.subtle] version = "2" [dependencies.x25519-dalek] version = "0.5" [features] default = ["std"] std = ["double-ratchet-signal-cbc-aes256-pkcs7-compact/std"]