# 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 = "anchor_client_gen" version = "0.1.2" authors = ["Dominik Michal"] description = "Tool for generating crate from anchor IDL" homepage = "https://crates.io/crates/anchor-client-gen" readme = "README.md" keywords = [ "anchor-lang", "idl", ] license = "MIT" repository = "https://github.com/Dmc0125/anchor-client-gen-rs" resolver = "1" [lib] name = "anchor_client_gen" path = "src/lib.rs" proc-macro = true [dependencies.utils] version = "0.1.3" package = "anchor-client-gen-utils"