# 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" rust-version = "1.65" name = "vodozemac" version = "0.8.1" authors = [ "Damir Jelić ", "Denis Kasak ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust implementation of Olm and Megolm" readme = "README.md" keywords = [ "matrix", "chat", "messaging", "olm", "cryptography", ] license = "Apache-2.0" repository = "https://github.com/matrix-org/vodozemac" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "vodozemac" path = "src/lib.rs" [dependencies.aes] version = "0.8.4" [dependencies.arrayvec] version = "0.7.6" features = ["serde"] [dependencies.base64] version = "0.22.1" [dependencies.base64ct] version = "1.6.0" features = [ "std", "alloc", ] [dependencies.cbc] version = "0.1.2" features = ["std"] [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.curve25519-dalek] version = "4.1.3" features = ["zeroize"] default-features = false [dependencies.ed25519-dalek] version = "2.1.1" features = [ "rand_core", "std", "serde", "hazmat", "zeroize", ] default-features = false [dependencies.getrandom] version = "0.2.15" [dependencies.hkdf] version = "0.12.4" [dependencies.hmac] version = "0.12.1" [dependencies.matrix-pickle] version = "0.2.1" [dependencies.prost] version = "0.13.2" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_bytes] version = "0.11.15" [dependencies.serde_json] version = "1.0.128" [dependencies.sha2] version = "0.10.8" [dependencies.subtle] version = "2.6.1" [dependencies.thiserror] version = "1.0.63" [dependencies.x25519-dalek] version = "2.0.1" features = [ "serde", "reusable_secrets", "static_secrets", "zeroize", ] [dependencies.zeroize] version = "1.8.1" [dev-dependencies.anyhow] version = "1.0.89" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.assert_matches2] version = "0.1.2" [dev-dependencies.olm-rs] version = "2.2.0" [dev-dependencies.proptest] version = "1.5.0" [features] default = ["libolm-compat"] insecure-pk-encryption = [] js = ["getrandom/js"] libolm-compat = [] low-level-api = [] strict-signatures = [] [lints.clippy] mem_forget = "deny" missing_const_for_fn = "warn" unwrap_used = "deny" [lints.rust] dead_code = "deny" missing_docs = "deny" rust_2018_idioms = "deny" trivial_casts = "deny" trivial_numeric_casts = "deny" unsafe_code = "deny" unsafe_op_in_unsafe_fn = "deny" unused_extern_crates = "deny" unused_import_braces = "deny" unused_qualifications = "deny" [lints.rust.unexpected_cfgs] level = "deny" priority = 0 check-cfg = ["cfg(fuzzing)"]