# 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 = "ethereum-forkid" version = "0.12.0" authors = ["Artem Vorotnikov "] description = "Ethereum fork identifier for chain compatibility checks" documentation = "https://docs.rs/ethereum-forkid" readme = "README.md" keywords = ["ethereum"] license = "MPL-2.0" repository = "https://github.com/vorot93/ethereum-forkid" [dependencies.crc] version = "1" [dependencies.fastrlp] version = "0.3" features = ["derive"] [dependencies.maplit] version = "1" [dependencies.primitive-types] version = "0.12" default-features = false [dependencies.thiserror] version = "1" [dev-dependencies.hex-literal] version = "0.4"