[package] name = "eosio_core" version = "0.2.1" authors = ["Liam Curry "] edition = "2018" license = "MIT OR Apache-2.0" description = "Core types and traits related to EOSIO blockchains" repository = "https://github.com/sagan-software/eosio-rust" keywords = ["eos", "eosio", "blockchain", "crypto", "dapp"] categories = [ "api-bindings", "cryptography::cryptocurrencies", "data-structures", "parsing", "value-formatting" ] homepage = "https://sagan-software.github.io/eosio-rust/" documentation = "https://sagan-software.github.io/eosio-rust/eosio_core/" readme = "README.md" include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT" ] [dependencies] eosio_bytes = { version = "0.2", path = "../eosio_bytes" } eosio_numstr = { version = "0.2", path = "../eosio_numstr" } eosio_numstr_macros = { version = "0.2", path = "../eosio_numstr_macros" } serde = { version = "1.0", features = ["derive"] }