revive-runner 1.0.0

Execute revive contracts in a simulated blockchain runtime
# 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 = "revive-runner"
version = "1.0.0"
authors = [
    "Cyrill Leutwiler <cyrill@parity.io>",
    "Parity Technologies <admin@parity.io>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Execute revive contracts in a simulated blockchain runtime"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/paritytech/revive"

[package.metadata.cargo-machete]
ignored = [
    "codec",
    "scale-info",
]

[features]
default = ["solidity"]
solidity = [
    "resolc",
    "revive-differential",
    "revive-llvm-context",
    "revive-solc-json-interface",
]
std = ["polkadot-sdk/std"]

[lib]
name = "revive_runner"
path = "src/lib.rs"

[[bin]]
name = "revive-runner"
path = "src/main.rs"

[dependencies.alloy-primitives]
version = "1.4"
features = ["serde"]

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "help",
    "std",
    "derive",
]
default-features = false

[dependencies.codec]
version = "3.7.5"
default-features = false
package = "parity-scale-codec"

[dependencies.env_logger]
version = "0.11.8"
default-features = false

[dependencies.hex]
version = "0.4.3"
features = ["serde"]

[dependencies.polkadot-sdk]
version = "=2507.4.0"
features = [
    "experimental",
    "runtime",
    "polkadot-runtime-common",
    "pallet-revive",
    "pallet-balances",
    "pallet-timestamp",
]

[dependencies.resolc]
version = "1.0.0"
optional = true
default-features = false

[dependencies.revive-differential]
version = "1.0.0"
optional = true

[dependencies.revive-llvm-context]
version = "1.0.0"
optional = true

[dependencies.revive-solc-json-interface]
version = "1.0.0"
optional = true
default-features = false

[dependencies.scale-info]
version = "2.11.6"
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = ["arbitrary_precision"]