[package] name = "api-signature" version = "0.2.0" edition = "2021" authors = ["Anders Blenstrup-Pedersen "] description = "A library that helps make the signing of API transactions more simple and more schemantic" readme = "README.md" categories = ["Security", "API", "API-signing"] license = "MIT" repository = "https://github.com/nebula-technologies/api-signature" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.13.0" bs58 = "0.4.0" crypto = "0.3.0" hmac = "0.12.0" serde = "1.0.136" serde_derive = "1.0.136" serde_json = "1.0.78" sha2 = "0.10.1" simple_serde = "0.3.8" [dev-dependencies] hex = "0.4.3"