# 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-input" version = "0.7.4" authors = ["Alloy Contributors"] exclude = ["tests"] description = "Input types for sol!-like macros" homepage = "https://github.com/MathieuDutSik/ethreum_core/tree/main/crates/sol-macro-input" keywords = [ "ethereum", "abi", "encoding", "evm", "solidity", ] categories = [ "encoding", "cryptography::cryptocurrencies", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MathieuDutSik/ethreum_core" [dependencies.dunce] version = "1.0.4" [dependencies.heck] version = "0.5.0" [dependencies.hex] version = "1.10" features = ["alloc"] default-features = false package = "const-hex" [dependencies.linera-alloy-json-abi] version = "0.7.4" optional = true default-features = false [dependencies.linera-alloy-syn-solidity] version = "0.7.4" default-features = false [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.serde_json] version = "1.0" features = ["alloc"] optional = true default-features = false [dependencies.syn] version = "2.0" [features] json = [ "dep:linera-alloy-json-abi", "dep:serde_json", ]