# 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 = "spl-instruction-padding" version = "0.3.0" authors = ["Solana Labs Maintainers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Solana Program Library Instruction Padding Program" homepage = "https://solana.com/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/solana-labs/solana-program-library" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "spl_instruction_padding" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [[test]] name = "noop" path = "tests/noop.rs" [[test]] name = "system" path = "tests/system.rs" [dependencies.num_enum] version = "0.7.3" [dependencies.solana-account-info] version = "2.1.0" [dependencies.solana-cpi] version = "2.1.0" [dependencies.solana-instruction] version = "2.1.0" features = ["std"] [dependencies.solana-program-entrypoint] version = "2.1.0" [dependencies.solana-program-error] version = "2.1.0" [dependencies.solana-pubkey] version = "2.1.0" [dev-dependencies.solana-program] version = "2.1.0" [dev-dependencies.solana-program-test] version = "2.1.0" [dev-dependencies.solana-sdk] version = "2.1.0" [dev-dependencies.static_assertions] version = "1.1.0" [features] no-entrypoint = [] test-sbf = []