# 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.75.0" name = "unc-abi-client" version = "0.10.1" description = """ Library to generate Rust clients for Utility smart contracts. """ readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/utnet-org/unc-abi-client-rs" [dependencies.anyhow] version = "1.0" [dependencies.convert_case] version = "0.5" [dependencies.prettyplease] version = "0.1" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" [dependencies.unc-abi-client-impl] version = "0.10.1" [dependencies.unc-abi-client-macros] version = "0.10.1" [dev-dependencies.tempfile] version = "3"