# 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 = "eosio-chaintester" version = "0.2.3" authors = ["learnforpractice@gmail.com"] include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", ] description = "chain tester for rust smart contracts" homepage = "https://github.com/uuosio/" documentation = "https://docs.rs/eosio-chain/" readme = "README.md" keywords = [ "wasm", "eosio", "webassembly", "blockchain", ] categories = [ "no-std", "embedded", ] license = "Apache-2.0" repository = "https://github.com/uuosio/rscdk" resolver = "2" [dependencies.better-panic] version = "0.3.0" [dependencies.bitflags] version = "1.3.2" [dependencies.clap] version = "3.2.8" [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.serde_json] version = "1.0.32" features = ["preserve_order"] [dependencies.threadpool] version = "1" [dependencies.thrift] version = "0.16.0"