# 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-gen-mod" version = "0.3.3" authors = ["Ian Macalinao "] description = "Generates an Anchor CPI crate from a JSON IDL." readme = "README.md" keywords = [ "solana", "anchor", ] license = "Apache-2.0" repository = "https://github.com/AlphaPrime8/anchor-gen" resolver = "1" [lib] name = "anchor_gen_mod" path = "src/lib.rs" [dependencies.anchor-generate-cpi-crate-mod] version = "0.3.3" [dependencies.anchor-generate-cpi-interface-mod] version = "0.3.3" [features] compat-program-result-mod = [ "anchor-generate-cpi-crate-mod/compat-program-result", "anchor-generate-cpi-interface-mod/compat-program-result-mod", ]