# 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 = "x3dh-ke" version = "0.1.5" authors = ["Hannes Furmans"] description = "Implementation of X3DH" homepage = "https://github.com/Decentrailzed-Communication-System/x3dh-ke" readme = "README.md" keywords = ["signal", "crypto", "cryptographie", "x3dh"] license = "MIT" repository = "https://github.com/Decentrailzed-Communication-System/x3dh-ke" [[bench]] name = "x3dh_bench" harness = false [dependencies.base64ct] version = "1.1.1" [dependencies.bincode] version = "1.3.3" optional = true [dependencies.const-oid] version = "0.6.2" [dependencies.getrandom] version = "0.2.3" [dependencies.hkdf] version = "0.11.0" [dependencies.p256] version = "0.9.0" features = ["zeroize", "ecdsa", "ecdh", "arithmetic", "pem"] [dependencies.rand_core] version = "0.6.2" [dependencies.serde] version = "1.0.126" optional = true [dependencies.serde_bytes] version = "0.11.5" optional = true [dependencies.sha2] version = "0.9.5" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.crossbeam-deque] version = "0.8.1" [dev-dependencies.crossbeam-epoch] version = "0.9.5" [features] bytes = ["serde/derive", "serde", "bincode", "serde_bytes"] default = ["bytes"] wasm = ["getrandom/js"] [badges.maintenance] status = "actively-developed"