1
0
Fork 0
mirror of https://codeberg.org/tyy/aspm synced 2024-12-22 20:39:29 -07:00
aspm/crates/naja-lib/Cargo.toml
2024-07-25 19:45:10 +02:00

23 lines
748 B
TOML

[package]
name = "naja-lib"
description = "A library implementation of the ariadne signature profile specification v0"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.86"
data-encoding = "2.6.0"
hex_color = { version = "3.0.0", features = ["serde"] }
josekit = "0.8.7"
openssl = "0.10.66"
reqwest = "0.12.5"
serde = { version = "1.0.204", features = ["derive"] }
serde-email = "3.0.1"
serde_json = { version = "1.0.120", features = ["preserve_order"] }
sha2 = "0.10.8"
thiserror = "1.0.61"
tokio = { version = "1.39.1", features = ["macros", "rt-multi-thread"] }
url = { version = "2.5.2", features = ["serde"] }