# 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 = "xidl" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "idl driven framework for interacting with anchor programs" readme = "README.md" license = "Apache-2.0" [profile.release] lto = "fat" codegen-units = 1 incremental = false [lib] name = "xidl" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.borsh] version = "0.10" [dependencies.hex] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.solana-sdk] version = ">=1.18"