# 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 = "solabi" version = "0.2.0" authors = ["Nicholas Rodrigues Lordello "] description = "Solidity ABI implementation in Rust" homepage = "https://github.com/nlordell/solabi-rs" documentation = "https://docs.rs/solabi" readme = "README.md" keywords = [ "solidity", "abi", "ethereum", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/nlordell/solabi-rs" [dependencies.ethprim] version = "0.3" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.serde_json] version = "1" [features] sha3 = ["ethprim/sha3"]