# 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-chain" version = "0.2.3" authors = ["learnforpractice@gmail.com"] include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", ] description = "eosio chain module that wrapping intrinsics eosio APIs" 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.cfg-if] version = "1.0" [dependencies.eosio-chaintester] version = "0.2" optional = true default-features = false [dependencies.eosio-macro] version = "0.2" default-features = false [dependencies.eosio-scale-info] version = "2.1.3" features = ["derive"] optional = true default-features = false [dependencies.serde] version = "1.0" features = [ "derive", "alloc", ] optional = true default-features = false [dependencies.serde_json] version = "1.0.32" features = ["preserve_order"] optional = true [features] default = ["std"] std = [ "serde", "serde/std", "serde_json", "eosio-scale-info", "eosio-scale-info/std", "eosio-chaintester", ]