[package] name = "light-double-ratchet" version = "0.0.2" edition = "2021" license-file = "LICENSE" description = "This crate implements the Double Ratchet algorithm in Rust." repository = "https://github.com/thomasbreydo/light-double-ratchet" readme = "README.md" authors = ["Thomas Breydo "] [dependencies] hkdf = "0.12.4" hmac = "0.12.1" sha2 = "0.10.8"