# 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 = "api-signature" version = "0.2.0" 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" resolver = "2" [dependencies.base64] version = "0.13.0" [dependencies.bs58] version = "0.4.0" [dependencies.crypto] version = "0.3.0" [dependencies.hmac] version = "0.12.0" [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.136" [dependencies.serde_json] version = "1.0.78" [dependencies.sha2] version = "0.10.1" [dependencies.simple_serde] version = "0.3.8" [dev-dependencies.hex] version = "0.4.3"