# 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. cargo-features = ["edition2021"] [package] edition = "2021" name = "upgrade-program" version = "1.0.1" authors = ["Distributed Lab "] description = "Distributed Lab - Solana Program Library" readme = "README.md" license = "MIT" repository = "https://github.com/distributed-lab/solana-program-library" resolver = "1" [profile.release] overflow-checks = true [lib] name = "upgrade" crate-type = [ "cdylib", "lib", ] [dependencies.arrayref] version = "~0.3.6" [dependencies.borsh] version = "0.9.3" [dependencies.bs58] version = "0.4.0" [dependencies.num-derive] version = "~0.3" [dependencies.num-traits] version = "~0.2" [dependencies.shank] version = "~0.0.2" [dependencies.solana-program] version = "1.15.2" [dependencies.spl-token] version = "3.5.0" features = ["no-entrypoint"] [dependencies.thiserror] version = "1.0" [dependencies.winnow] version = "=0.4.1" [features] no-entrypoint = []