[package] name = "hbkr-rs" description = "Hashblock Key Rotation" version = "0.3.2" edition = "2021" license = "WTFPL" homepage = "https://github.com/hashblock/hbkr-rs" repository = "https://github.com/hashblock/hbkr-rs" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.13.0" borsh = "0.9.3" bs58 = "0.4.0" blake3 = "1.3.1" chrono = "0.4.19" rmp-serde = "1.1.0" serde = { version = "1.0", features = ["derive"] } serde_cbor = "0.11.1" serde_derive = "1.0.137" serde-hex = "0.1" serde_json = "1.0.81" thiserror = "1.0.31" [dev-dependencies] [lib] crate-type = ["cdylib", "rlib"]