# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "hbkr-rs" version = "0.3.2" description = "Hashblock Key Rotation" homepage = "https://github.com/hashblock/hbkr-rs" readme = "README.md" license = "WTFPL" repository = "https://github.com/hashblock/hbkr-rs" resolver = "2" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.base64] version = "0.13.0" [dependencies.blake3] version = "1.3.1" [dependencies.borsh] version = "0.9.3" [dependencies.bs58] version = "0.4.0" [dependencies.chrono] version = "0.4.19" [dependencies.rmp-serde] version = "1.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-hex] version = "0.1" [dependencies.serde_cbor] version = "0.11.1" [dependencies.serde_derive] version = "1.0.137" [dependencies.serde_json] version = "1.0.81" [dependencies.thiserror] version = "1.0.31" [dev-dependencies]