# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "spl-feature-proposal" version = "1.0.0" authors = ["Solana Maintainers "] description = "Solana Program Library Feature Proposal Program" license = "Apache-2.0" repository = "https://github.com/solana-labs/solana-program-library" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] crate-type = ["cdylib", "lib"] [dependencies.borsh] version = "0.7.1" [dependencies.borsh-derive] version = "0.7.1" [dependencies.solana-program] version = "1.4.9" [dependencies.spl-token] version = "3.0" features = ["no-entrypoint"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.solana-program-test] version = "1.4.9" [dev-dependencies.solana-sdk] version = "1.4.9" [dev-dependencies.tokio] version = "0.3" features = ["macros"] [features] no-entrypoint = [] test-bpf = []