# 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" rust-version = "1.64" name = "iqkms-types" version = "0.0.1" authors = ["Tony Arcieri "] description = """ Type definitions which can be shared between client and server components of iqkms """ homepage = "https://github.com/iqlusioninc/iqkms/" readme = "README.md" keywords = [ "iqkms", "kms", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/iqlusioninc/iqkms/tree/main/iqkms-types" [dependencies.crypto] version = "0.0.1" optional = true package = "iq-crypto" [dependencies.ethereum-types] version = "0.13" optional = true default-features = false [dependencies.hex] version = "0.1" features = ["alloc"] optional = true package = "base16ct" [features] ethereum = [ "crypto/secp256k1", "crypto/sha3", "ethereum-types", "hex", ]