[package] name = "arbitrum-verifier" version = "0.0.0" authors = { workspace = true } edition = { workspace = true } license-file = { workspace = true } publish = { workspace = true } repository = { workspace = true } [lints] workspace = true [package.metadata.crane] # test-include = ["lib/arbitrum-verifier/tests"] [dependencies] arbitrum-light-client-types = { workspace = true } arbitrum-types = { workspace = true } evm-storage-verifier = { workspace = true } rlp = { workspace = true } sha3 = { workspace = true } thiserror = { workspace = true } unionlabs = { workspace = true, features = ["ethabi"] } [dev-dependencies] arbitrum-light-client-types = { workspace = true, features = ["serde", "bincode"] } hex-literal = { workspace = true } serde_json = { workspace = true } unionlabs = { workspace = true, features = ["bincode"] }