# 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 = "zabi" version = "0.1.11" authors = ["clearloop"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Zink ABI generator" homepage = "https://github.com/clearloop/zink" documentation = "https://docs.rs/zabi" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/clearloop/zink.git" [lib] name = "zabi" path = "src/lib.rs" [dependencies.hex] version = "0.4.3" optional = true [dependencies.postcard] version = "1.0.8" features = ["use-std"] optional = true default-features = false [dependencies.serde] version = "1.0.196" features = ["derive"] optional = true default-features = false [dependencies.sol-abi] version = "=0.0.1" [dependencies.syn] version = "2.0.48" features = ["full"] optional = true [dependencies.thiserror] version = "1.0.56" optional = true [dependencies.tiny-keccak] version = "2.0.2" features = [ "keccak", "sha3", ] optional = true default-features = false [features] bytes = [ "postcard", "serde", ] hex = [ "dep:hex", "thiserror", "bytes", ] selector = ["tiny-keccak"] serde = [ "dep:serde", "sol-abi/serde", ] syn = [ "dep:syn", "sol-abi/syn", ]