# 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" rust-version = "1.82.0" name = "calldata-compressor" version = "0.3.0" build = false exclude = ["test-data"] autobins = false autoexamples = false autotests = false autobenches = false 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 [lib] name = "calldata_compressor" path = "src/lib.rs" [dependencies.alloy] version = "0.6.4" [dependencies.num-bigint] version = "0.4.6" [dependencies.rayon] version = "1.10.0" [dependencies.serde_json] version = "1.0.133" [dependencies.thiserror] version = "2.0.3" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.serde] version = "1.0.215" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.133" [lints.clippy] int_plus_one = "allow" must_use_candidate = "allow" needless_range_loop = "allow" [lints.rust] unsafe_code = "forbid"