# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "double-ratchet" version = "0.1.0" authors = ["S.R. Verschoor "] description = "Double Ratchet key management for exchanging encrypted messages between two parties." readme = "README.md" keywords = ["double-ratchet", "forward-secrecy", "future-secrecy"] categories = ["Cryptography"] license = "BSD-3-Clause" repository = "https://github.com/sebastianv89/double-ratchet" [dependencies.rand_core] version = "0.4" [dev-dependencies.aes] version = "0.3" [dev-dependencies.block-modes] version = "0.3" [dev-dependencies.clear_on_drop] version = "0.2" [dev-dependencies.generic-array] version = "0.12" [dev-dependencies.hkdf] version = "0.7" [dev-dependencies.hmac] version = "0.7" [dev-dependencies.rand_os] version = "0.1" [dev-dependencies.sha2] version = "0.8" [dev-dependencies.subtle] version = "2" [dev-dependencies.x25519-dalek] version = "0.5" [features] test = [] [badges.travis-ci] repository = "sebastianv89/double-ratchet"