[package] name = "ethereum-forkid" version = "0.12.0" authors = ["Artem Vorotnikov "] repository = "https://github.com/vorot93/ethereum-forkid" documentation = "https://docs.rs/ethereum-forkid" description = "Ethereum fork identifier for chain compatibility checks" keywords = ["ethereum"] license = "MPL-2.0" edition = "2021" [dependencies] crc = "1" maplit = "1" primitive-types = { version = "0.12", default-features = false } fastrlp = { version = "0.3", features = ["derive"] } thiserror = "1" [dev-dependencies] hex-literal = "0.4"