You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
361 B

[package]
name = "noteposter"
version = "0.1.0"
edition = "2024"
[dependencies]
base64 = "0.22.1"
httpdate = "1.0.3"
openssl = "0.10.72"
pkcs8 = { version = "0.10.2", features = ["pem"] }
rand = "0.8"
rsa = { version = "0.9.8", features = ["sha2"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
sha2 = "0.10.9"
ureq = "3.0.11"