# 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 = "cita-vm" version = "0.5.0" authors = ["Cryptape Technologies "] description = "CITA VM" homepage = "https://github.com/cryptape/cita-vm" documentation = "https://github.com/cryptape/cita-vm/blob/master/README.md" readme = "README.md" license = "Apache-2.0" [[bench]] name = "benchmark" harness = false [dependencies.byteorder] version = "1.0" [dependencies.cita_trie] version = "4.0" [dependencies.env_logger] version = "0.10" [dependencies.ethereum-types] version = "0.14" [dependencies.hashbrown] version = "0.14" features = ["rayon"] [dependencies.hasher] version = "0.1" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.rayon] version = "1.0" [dependencies.ripemd] version = "0.1" [dependencies.rlp] version = "0.5" [dependencies.secp256k1] version = "0.7" package = "libsecp256k1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.sha3] version = "0.10" [dev-dependencies.bencher] version = "0.1" [features] blake2bhash = ["hasher/hash-blake2b"] default = ["sha3hash"] sha3hash = ["hasher/hash-keccak"] sm3hash = ["hasher/hash-sm3"]