# 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 = "eip712" version = "0.1.0" description = "tool to generate EIP-712 compatible Solidity" license = "MPL-2.0" repository = "https://github.com/SamWilsn/eip712" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [lib] crate-type = ["cdylib", "rlib"] [dependencies.heck] version = "0.4.0" [dependencies.hex] version = "0.4.3" [dependencies.serde] version = "1.0.130" features = ["derive", "alloc"] default-features = false [dependencies.serde_json] version = "1.0.79" features = ["alloc"] default-features = false [dependencies.smallvec] version = "1.7.0" features = ["union", "const_new"] [dependencies.snafu] version = "0.7.0" default-features = false [features] backtraces = ["snafu/backtraces", "std"] std = ["serde/std", "snafu/std", "serde_json/std"] [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3.56" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3"