# 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 = "solana-include-idl" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of macro and helpers to manage IDL stored on the program binary" readme = "README.md" license = "Apache-2.0" [lib] name = "solana_include_idl" path = "src/lib.rs" [dependencies.flate2] version = "1.0" optional = true [dependencies.goblin] version = "0.8.2" optional = true [dependencies.serde_json] version = "^1.0" optional = true [features] parse = [ "dep:flate2", "dep:goblin", "dep:serde_json", ] shrink = ["dep:flate2"]