• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2021"
14rust-version = "1.68.2"
15name = "mls-rs-uniffi"
16version = "0.1.0"
17description = "An UniFFI-compatible implementation of Messaging Layer Security (RFC 9420)"
18homepage = "https://github.com/awslabs/mls-rs"
19keywords = [
20    "mls",
21    "e2ee",
22    "uniffi",
23]
24categories = ["cryptography"]
25license = "Apache-2.0 OR MIT"
26repository = "https://github.com/awslabs/mls-rs"
27
28[lib]
29name = "mls_rs_uniffi"
30crate-type = [
31    "cdylib",
32]
33
34[dependencies.async-trait]
35version = "0.1.77"
36
37[dependencies.maybe-async]
38version = "0.2.10"
39
40[dependencies.mls-rs]
41version = "0.39.0"
42
43[dependencies.mls-rs-core]
44version = "0.18.0"
45
46[dependencies.mls-rs-crypto-openssl]
47version = "0.9.0"
48
49[dependencies.thiserror]
50version = "1.0.57"
51
52[dependencies.uniffi]
53version = "0.26.0"
54
55[dev-dependencies.uniffi_bindgen]
56version = "0.26.0"
57
58[target."cfg(mls_build_async)".dependencies.tokio]
59version = "1.36.0"
60features = ["sync"]
61