0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 12:02:18 +02:00
libsignal/rust/attest/Cargo.toml
2023-09-20 14:00:54 -07:00

46 lines
1.2 KiB
TOML

#
# Copyright (C) 2022 Signal Messenger, LLC.
# SPDX-License-Identifier: AGPL-3.0-only
#
[package]
name = "attest"
version = "0.1.0"
authors = ["Signal Messenger LLC"]
edition = "2021"
license = "AGPL-3.0-only"
[dependencies]
boring = { git = "https://github.com/signalapp/boring", branch = "libsignal", default-features = false }
boring-sys = { git = "https://github.com/signalapp/boring", branch = "libsignal", default-features = false }
asn1 = "0.15.4"
bitflags = "2.3.3"
chacha20poly1305 = "0.10.1"
chrono = { version = "0.4", features = ["serde"] }
ciborium = "0.2"
displaydoc = "0.2"
hex = { version = "0.4", features = ["serde"] }
hex-literal = "0.4.1"
lazy_static = "1.4.0"
libc = "0.2"
log = "0.4"
num_enum = "0.6.1"
prost = "0.12"
rand_core = { version = "0.6", features = ["getrandom"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["raw_value"] }
sha2 = "0.10"
snow = { version = "0.9.3", default-features = false }
static_assertions = "1.1"
subtle = "2.5"
uuid = "1.1.2"
variant_count = "1.1"
x25519-dalek = "2.0.0"
[dev-dependencies]
snow = { version = "0.9.3", features = ["default-resolver"] }
[build-dependencies]
prost-build = "0.12"