Revision control

Copy as Markdown

Other Tools

# 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 = "mls-platform-api"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
readme = "README.md"
license = "Apache-2.0 OR MIT"
[lib]
name = "mls_platform_api"
path = "src/lib.rs"
[[test]]
name = "group_add"
path = "tests/group_add.rs"
[[test]]
name = "group_close"
path = "tests/group_close.rs"
[[test]]
name = "group_create"
path = "tests/group_create.rs"
[[test]]
name = "group_join"
path = "tests/group_join.rs"
[[test]]
name = "group_propose_add"
path = "tests/group_propose_add.rs"
[[test]]
name = "group_propose_remove"
path = "tests/group_propose_remove.rs"
[[test]]
name = "group_remove"
path = "tests/group_remove.rs"
[[test]]
name = "group_update"
path = "tests/group_update.rs"
[[test]]
name = "main"
path = "tests/main.rs"
[[test]]
name = "send_receive"
path = "tests/send_receive.rs"
[dependencies]
bincode = "1.3"
serde_json = "1.0.114"
sha2 = "^0.10"
thiserror = "1"
[dependencies.hex]
version = "0.4"
features = ["serde"]
[dependencies.mls-rs]
rev = "eedb37e50e3fca51863f460755afd632137da57c"
features = [
"sqlcipher-bundled",
"serde",
]
[dependencies.mls-rs-crypto-nss]
rev = "eedb37e50e3fca51863f460755afd632137da57c"
[dependencies.mls-rs-provider-sqlite]
rev = "eedb37e50e3fca51863f460755afd632137da57c"
[dependencies.serde]
version = "1.0"
features = [
"alloc",
"derive",
"rc",
]
[features]
gecko = ["mls-rs-crypto-nss/gecko"]