[package] name = "apub-rustcrypto" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] apub-core = { version = "0.1.0", path = "../apub-core/" } base64 = "0.13.0" rsa = "0.5.0" sha2 = "0.9.0"