# 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 = "calldata-compressor" version = "0.2.3" description = "A Compression algorithm for EVM abi.encoded data, especially for EVM calldata" readme = "README.md" license = "Apache-2.0" [profile.dev] debug = 0 panic = "unwind" overflow-checks = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "unwind" overflow-checks = false [dependencies.ethers] version = "2.0.14" [dependencies.num-bigint] version = "0.4.4" [dependencies.rayon] version = "1.10.0" [dependencies.serde_json] version = "1.0.115" [dependencies.thiserror] version = "1.0.58" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.serde] version = "1.0.197" [dev-dependencies.serde_json] version = "1.0.115" [lints.clippy] int_plus_one = "allow" must_use_candidate = "allow" needless_range_loop = "allow" [lints.rust] unsafe_code = "forbid"