[workspace] resolver = "2" members = ["crates/*"] [workspace.package] version = "0.1.0" authors = [ "Cyrill Leutwiler ", "Parity Technologies ", ] license = "MIT/Apache-2.0" edition = "2021" repository = "https://github.com/paritytech/revive" rust-version = "1.80.0" [workspace.dependencies] revive-benchmarks = { version = "0.1.0", path = "crates/benchmarks" } revive-builtins = { version = "0.1.0", path = "crates/builtins" } revive-common = { version = "0.1.0", path = "crates/common" } revive-differential = { version = "0.1.0", path = "crates/differential" } revive-integration = { version = "0.1.0", path = "crates/integration" } revive-linker = { version = "0.1.0", path = "crates/linker" } lld-sys = { version = "0.1.0", path = "crates/lld-sys" } revive-llvm-context = { version = "0.1.0", path = "crates/llvm-context" } revive-runtime-api = { version = "0.1.0", path = "crates/runtime-api" } revive-runner = { version = "0.1.0", path = "crates/runner" } revive-solidity = { version = "0.1.0", path = "crates/solidity" } revive-stdlib = { version = "0.1.0", path = "crates/stdlib" } hex = "0.4" petgraph = "0.6" cc = "1.0" libc = "0.2" tempfile = "3.8" anyhow = "1.0" semver = { version = "1.0", features = [ "serde" ] } itertools = "0.12" serde = { version = "1.0", features = [ "derive" ] } serde_json = { version = "1.0", features = [ "arbitrary_precision" ] } regex = "1.10" once_cell = "1.19" num = "0.4" sha1 = "0.10" sha2 = "0.10" sha3 = "0.10" md5 = "0.7" colored = "2.1" thiserror = "1.0" which = "5.0" path-slash = "0.2" rayon = "1.8" clap = { version = "4", default-features = false, features = ["derive"] } rand = "0.8" polkavm-common = "0.10" polkavm-linker = "0.10" polkavm-disassembler = "0.10" polkavm = "0.10" alloy-primitives = { version = "0.8", features = ["serde"] } alloy-sol-types = "0.8" alloy-genesis = "0.3" alloy-serde = "0.3" env_logger = { version = "0.10.0", default-features = false } serde_stacker = "0.1" criterion = { version = "0.5", features = ["html_reports"] } log = { version = "0.4" } # polkadot-sdk and friends codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" } scale-info = { version = "2.11.1", default-features = false } polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", rev = "c77095f51119d2eccdc54d2f3518bed0ffbd6d53" } # llvm [workspace.dependencies.inkwell] version = "0.5" default-features = false features = ["serde", "llvm18-0", "no-libffi-linking", "target-riscv"] [profile.bench] inherits = "release" lto = true codegen-units = 1