# 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" version = "0.3.1" 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/saber-hq/anchor-gen" resolver = "1" [lib] name = "anchor_gen" path = "src/lib.rs" [dependencies.anchor-generate-cpi-crate] version = "0.3.0" [dependencies.anchor-generate-cpi-interface] version = "0.3.0" [features] compat-program-result = [ "anchor-generate-cpi-crate/compat-program-result", "anchor-generate-cpi-interface/compat-program-result", ]