# 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 = "axon-tools" version = "0.1.1" authors = ["Axon Dev "] include = [ "src/*", "README.md", "LICENSE", ] description = """ Some axon related utilities. """ readme = "README.md" keywords = [ "axon", "tool", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/axonweb3/axon-tools" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.bit-vec] version = "0.6" optional = true default_features = false [dependencies.blst] version = "0.3" optional = true [dependencies.bytes] version = "1.4" features = ["serde"] default-features = false [dependencies.cita_trie] version = "4.0" optional = true [dependencies.ethereum-types] version = "0.14" features = ["serialize"] default-features = false [dependencies.faster-hex] version = "0.6" optional = true [dependencies.rlp] version = "0.5" optional = true default-features = false [dependencies.rlp-derive] version = "0.1" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true default_features = false [dependencies.tiny-keccak] version = "2.0" features = ["keccak"] optional = true [dev-dependencies.ethereum] version = "0.14" [dev-dependencies.overlord] version = "0.4" [dev-dependencies.rand] version = "0.8" [features] default = [] hash = ["tiny-keccak"] hex = ["faster-hex"] impl-rlp = [ "rlp", "rlp-derive", "ethereum-types/rlp", ] impl-serde = [ "serde", "ethereum-types/serialize", "hex", ] proof = [ "blst", "bit-vec", "cita_trie", "hash", "impl-rlp", ]