112 lines
2.2 KiB
TOML
112 lines
2.2 KiB
TOML
# 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"
|
|
|
|
[features]
|
|
gecko = ["mls-rs-crypto-nss/gecko"]
|
|
|
|
[lib]
|
|
name = "mls_platform_api"
|
|
path = "src/lib.rs"
|
|
|
|
[[test]]
|
|
name = "clear_pending_commit"
|
|
path = "tests/clear_pending_commit.rs"
|
|
|
|
[[test]]
|
|
name = "clear_pending_proposals"
|
|
path = "tests/clear_pending_proposals.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]
|
|
git = "https://github.com/beurdouche/mls-rs"
|
|
rev = "b747d7efb85a776b97ad8afa8d1b32893fa5efa3"
|
|
features = [
|
|
"sqlcipher-bundled",
|
|
"serde",
|
|
]
|
|
|
|
[dependencies.mls-rs-crypto-nss]
|
|
git = "https://github.com/beurdouche/mls-rs"
|
|
rev = "b747d7efb85a776b97ad8afa8d1b32893fa5efa3"
|
|
|
|
[dependencies.mls-rs-provider-sqlite]
|
|
git = "https://github.com/beurdouche/mls-rs"
|
|
rev = "b747d7efb85a776b97ad8afa8d1b32893fa5efa3"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0"
|
|
features = [
|
|
"alloc",
|
|
"derive",
|
|
"rc",
|
|
]
|