Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/mls-platform-api/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 2 kB image not shown  

Quelle  Cargo.toml   Sprache: unbekannt

 
Spracherkennung für: .toml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# 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]
git = "https://github.com/beurdouche/mls-rs"
rev = "eedb37e50e3fca51863f460755afd632137da57c"
features = [
    "sqlcipher-bundled",
    "serde",
]

[dependencies.mls-rs-crypto-nss]
git = "https://github.com/beurdouche/mls-rs"
rev = "eedb37e50e3fca51863f460755afd632137da57c"

[dependencies.mls-rs-provider-sqlite]
git = "https://github.com/beurdouche/mls-rs"
rev = "eedb37e50e3fca51863f460755afd632137da57c"

[dependencies.serde]
version = "1.0"
features = [
    "alloc",
    "derive",
    "rc",
]

[features]
gecko = ["mls-rs-crypto-nss/gecko"]

[ Dauer der Verarbeitung: 0.36 Sekunden  ]