# 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 = "openmls" version = "0.5.0" authors = ["OpenMLS Authors"] description = "A Rust implementation of the Messaging Layer Security (MLS) protocol, as defined in RFC 9420." documentation = "https://openmls.github.io/openmls/" readme = "README.md" keywords = [ "MLS", "IETF", "RFC9420", "Encryption", "E2EE", ] license = "MIT" repository = "https://github.com/openmls/openmls/" [[bench]] name = "benchmark" harness = false [dependencies.backtrace] version = "0.3" [dependencies.itertools] version = "0.10" optional = true [dependencies.log] version = "0.4" features = ["std"] [dependencies.openmls_basic_credential] version = "0.2.0" features = [ "clonable", "test-utils", ] optional = true [dependencies.openmls_rust_crypto] version = "0.2.0" optional = true [dependencies.openmls_traits] version = "0.2.0" [dependencies.rand] version = "0.8" optional = true [dependencies.rayon] version = "^1.5.0" [dependencies.rstest] version = "^0.16" optional = true [dependencies.rstest_reuse] version = "0.4" optional = true [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" optional = true [dependencies.thiserror] version = "^1.0" [dependencies.tls_codec] version = "0.3.0" features = [ "derive", "serde", "mls", ] [dev-dependencies.backtrace] version = "0.3" [dev-dependencies.criterion] version = "^0.5" [dev-dependencies.hex] version = "0.4" features = ["serde"] [dev-dependencies.itertools] version = "0.10" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.openmls_traits] version = "0.2.0" features = ["test-utils"] [dev-dependencies.pretty_env_logger] version = "0.5" [dev-dependencies.rstest] version = "^0.16" [dev-dependencies.rstest_reuse] version = "0.4" [dev-dependencies.tempfile] version = "3" [features] content-debug = [] crypto-debug = [] crypto-subtle = [] default = [] test-utils = [ "dep:serde_json", "dep:itertools", "dep:openmls_rust_crypto", "dep:rand", "dep:rstest", "dep:rstest_reuse", "dep:openmls_basic_credential", ]