# 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.68.2" name = "mls-rs-uniffi" version = "0.1.0" description = "An UniFFI-compatible implementation of Messaging Layer Security (RFC 9420)" homepage = "https://github.com/awslabs/mls-rs" keywords = [ "mls", "e2ee", "uniffi", ] categories = ["cryptography"] license = "Apache-2.0 OR MIT" repository = "https://github.com/awslabs/mls-rs" [lib] name = "mls_rs_uniffi" crate-type = [ "lib", "cdylib", ] [dependencies.async-trait] version = "0.1.77" [dependencies.maybe-async] version = "0.2.10" [dependencies.mls-rs] version = "0.39.0" [dependencies.mls-rs-core] version = "0.18.0" [dependencies.mls-rs-crypto-openssl] version = "0.9.0" [dependencies.thiserror] version = "1.0.57" [dependencies.uniffi] version = "0.26.0" [dev-dependencies.uniffi_bindgen] version = "0.26.0" [target."cfg(mls_build_async)".dependencies.tokio] version = "1.36.0" features = ["sync"]