# 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.65" name = "linera-alloy-sol-macro-expander" version = "0.7.4" authors = ["Alloy Contributors"] exclude = ["tests"] description = "Expander used in the Solidity to Rust procedural macro" homepage = "https://github.com/MathieuDutSik/ethreum_core/tree/main/crates/sol-macro-expander" readme = "README.md" keywords = [ "ethereum", "abi", "encoding", "evm", "solidity", ] categories = [ "encoding", "cryptography::cryptocurrencies", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MathieuDutSik/ethreum_core" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.heck] version = "0.4" [dependencies.hex] version = "1.10" features = ["alloc"] default-features = false package = "const-hex" [dependencies.indexmap] version = "2" [dependencies.linera-alloy-json-abi] version = "0.7.4" optional = true default-features = false [dependencies.linera-alloy-sol-macro-input] version = "0.7.4" default-features = false [dependencies.linera-alloy-syn-solidity] version = "0.7.4" features = [ "visit", "visit-mut", ] default-features = false [dependencies.proc-macro-error] version = "1.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = ["extra-traits"] [dependencies.tiny-keccak] version = "2.0" features = ["keccak"] [features] json = [ "dep:linera-alloy-json-abi", "linera-alloy-sol-macro-input/json", ]