# 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 = "rtvm-primitives" version = "3.1.1" authors = ["info@tos.network"] exclude = [ "build.rs", "src/kzg/*.txt", ] description = "rtvm primitives" readme = "README.md" keywords = [ "no_std", "tos", "evm", "rtvm", "types", ] license = "MIT" repository = "https://github.com/tos-network/rtvm" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.alloy-primitives] version = "0.7" features = ["rlp"] default-features = false [dependencies.auto_impl] version = "1.2" [dependencies.bitflags] version = "2.5.0" default-features = false [dependencies.bitvec] version = "1" features = ["alloc"] default-features = false [dependencies.c-kzg] version = "1.0.0" optional = true default-features = false [dependencies.cfg-if] version = "1" [dependencies.derive_more] version = "0.99" optional = true [dependencies.dyn-clone] version = "1.0" [dependencies.enumn] version = "0.1" [dependencies.hashbrown] version = "0.14" [dependencies.once_cell] version = "1.19" optional = true default-features = false [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] optional = true default-features = false [build-dependencies.hex] version = "0.4" default-features = false [features] arbitrary = [ "std", "alloy-primitives/arbitrary", "bitflags/arbitrary", ] asm-keccak = ["alloy-primitives/asm-keccak"] c-kzg = [ "dep:c-kzg", "dep:once_cell", "dep:derive_more", ] default = [ "std", "c-kzg", "portable", ] dev = [ "memory_limit", "optional_balance_check", "optional_block_gas_limit", "optional_eip3607", "optional_gas_refund", "optional_no_base_fee", "optional_beneficiary_reward", ] hashbrown = [] memory_limit = [] negate-optimism-default-handler = [] optimism = [] optimism-default-handler = ["optimism"] optional_balance_check = [] optional_beneficiary_reward = [] optional_block_gas_limit = [] optional_eip3607 = [] optional_gas_refund = [] optional_no_base_fee = [] portable = ["c-kzg?/portable"] rand = ["alloy-primitives/rand"] serde = [ "dep:serde", "alloy-primitives/serde", "hex/serde", "hashbrown/serde", "bitvec/serde", "bitflags/serde", "c-kzg?/serde", ] std = [ "serde?/std", "alloy-primitives/std", "hex/std", "bitvec/std", "bitflags/std", ]