# 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 = "ic-ethereum-types" version = "1.0.0" authors = ["The Internet Computer Project Developers"] build = false include = [ "src", "Cargo.toml", "CHANGELOG.md", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Ethereum common types that by canisters on the Internet Computer" documentation = "https://docs.rs/ic-ethereum-types" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/dfinity/ic" [lib] name = "ic_ethereum_types" path = "src/lib.rs" [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.ic-sha3] version = "1.0.0" [dependencies.minicbor] version = "0.19.1" features = [ "alloc", "derive", ] [dependencies.minicbor-derive] version = "0.13.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.serde_json] version = "^1.0.107"