[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.86" data-encoding = "2.6.0" hex_color = { version = "3.0.0", features = ["serde"] } josekit = "0.8.6" openssl = "0.10.64" 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.38.0", features = ["macros", "rt-multi-thread"] } url = { version = "2.5.2", features = ["serde"] }