[package] name = "asp" description = "A library implementation of the ariadne signature profile specification v0" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.71" data-encoding = "2.4.0" hex_color = { version = "2.0.0", features = ["serde"] } josekit = "0.8.3" openssl = "0.10.55" reqwest = "0.11.18" serde = { version = "1.0.164", features = ["derive"] } serde-email = "2.0.0" serde_json = { version = "1.0.99", features = ["preserve_order"] } sha2 = "0.10.7" thiserror = "1.0.40" tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] } url = { version = "2.4.0", features = ["serde"] }