# 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 = "native-to-anchor" version = "0.1.0" authors = ["acheron "] include = [ "src/**/*.rs", "Cargo.toml", "Cargo.lock", ] description = "Generate Anchor IDLs and clients from native Solana programs" documentation = "https://github.com/acheroncrypto/native-to-anchor/blob/master/README.md" keywords = [ "native-to-anchor", "solana", "anchor", "anchor-client", "nta", ] license = "MIT" repository = "https://github.com/acheroncrypto/native-to-anchor" resolver = "2" [[bin]] name = "native-to-anchor" path = "src/main.rs" [dependencies.anchor-syn] version = "0.25.0" features = ["idl"] [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.137" [dependencies.serde_derive] version = "1.0.137" [dependencies.serde_json] version = "1.0.81" [dependencies.toml] version = "0.5.9"