The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/rust/hyperlane-core/Cargo.toml

45 lines
1.1 KiB

[package]
name = "hyperlane-core"
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license-file.workspace = true
publish.workspace = true
version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-trait.workspace = true
auto_impl = "1.0"
bytes = { version = "1", features = ["serde"] }
convert_case = "0.6"
derive-new.workspace = true
ethers-providers.workspace = true
ethers-core.workspace = true
ethers-contract.workspace = true
eyre.workspace = true
hex = "0.4.3"
itertools.workspace = true
num = { workspace = true, features = ["serde"] }
num-derive.workspace = true
num-traits.workspace = true
serde.workspace = true
serde_json.workspace = true
sha3 = "0.10"
strum.workspace = true
thiserror.workspace = true
# version determined by ethers-rs
primitive-types = "*"
lazy_static = "*"
[dev-dependencies]
config.workspace = true
hyperlane-base = { path = "../hyperlane-base" }
tokio = { workspace = true, features = ["rt", "time"] }
walkdir = { version = "2" }
[features]
default = []
test-utils = []