# 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 = "ksi-double-ratchet" version = "0.1.3" authors = ["D.N. Korenev , S.R. Verschoor "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Double Ratchet key management for exchanging encrypted messages between two parties." readme = "README.md" keywords = [ "double-ratchet", "forward-secrecy", "future-secrecy", ] categories = [ "cryptography", "no-std", ] license = "BSD-3-Clause" repository = "https://github.com/Kseen715/double-ratchet" [lib] name = "ksi_double_ratchet" path = "src/lib.rs" [[test]] name = "signal" path = "tests/signal.rs" [dependencies.hashbrown] version = "0.1" [dependencies.rand_core] version = "0.4" [dev-dependencies.aes] version = "0.8.4" [dev-dependencies.block-padding] version = "0.3.3" [dev-dependencies.cbc] version = "0.1.2" [dev-dependencies.cipher] version = "0.4.4" [dev-dependencies.clear_on_drop] version = "0.2" [dev-dependencies.crypto] version = "0.5.1" [dev-dependencies.generic-array] version = "0.14" [dev-dependencies.hkdf] version = "0.12.4" [dev-dependencies.hmac] version = "0.12.1" [dev-dependencies.rand_os] version = "0.1" [dev-dependencies.sha2] version = "0.10.8" [dev-dependencies.subtle] version = "2.6.1" [dev-dependencies.x25519-dalek] version = "0.5" [features] default = ["std"] std = [] test = []