# 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 = "ratchet-x2" version = "0.3.0" authors = ["Oleksandr Yermakov "] description = "Pure Rust Double Ratchet protocol implementation" readme = "README.md" keywords = [ "crypto", "cryptography", "double-ratchet", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/alexyer/ratchet-x2" [dependencies.cryptimitives] version = "0.17.0" features = [] optional = true [dependencies.cryptraits] version = "0.13.0" features = [] [dependencies.hex] version = "0.4.3" [dependencies.rand_core] version = "0.6.3" features = [] [dependencies.serde] version = "1.0.152" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.93" optional = true [features] default = [ "std", "cryptimitives", "serde_derive", ] serde_derive = [ "serde", "serde_json", "cryptimitives/serde_derive", ] std = [ "cryptimitives/std", "cryptraits/std", "rand_core/std", ]