phos-data-network-precompiles 0.1.1

DATA Network EVM precompiles for Phos
Documentation
# 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 = "phos-data-network-precompiles"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DATA Network EVM precompiles for Phos"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/parmenides-xyz/phos"

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

[dependencies.alloy-primitives]
version = "1.6.1"
features = ["std"]
default-features = false

[dependencies.alloy-sol-types]
version = "1.6.1"
features = ["std"]
default-features = false

[dependencies.num-bigint]
version = "0.4"

[dependencies.revm]
version = "=34.0.0"
features = [
    "std",
    "serde",
    "optional_block_gas_limit",
    "optional_eip3607",
    "optional_no_base_fee",
]
default-features = false

[dependencies.scoped-tls]
version = "1.0"

[dependencies.thiserror]
version = "1.0.37"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.4"
features = ["wasm_js"]