# 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-feature-gate-program" version = "0.0.1" authors = ["Anza Technology Maintainers "] description = "Solana Feature Gate Program" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/solana-program/feature-gate" [package.metadata.solana] program-id = "Feature111111111111111111111111111111111111" [lib] crate-type = [ "cdylib", "lib", ] [[bench]] name = "compute_units" harness = false [dependencies.num_enum] version = "0.7.2" [dependencies.shank] version = "0.4.2" [dependencies.solana-program] version = "2.0.1" [dependencies.spl-program-error] version = "0.5.0" [dev-dependencies.mollusk-svm] version = "0.0.5" features = ["fuzz"] [dev-dependencies.mollusk-svm-bencher] version = "0.0.5" [dev-dependencies.solana-sdk] version = "2.0.1" [features] bpf-entrypoint = [] test-sbf = [] [lints.rust.unexpected_cfgs] level = "warn" priority = 0