# 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-vaults" version = "1.1.3" authors = ["Solana Maintainers "] description = "Solana Vaults" homepage = "https://solana.com/" license = "Apache-2.0" repository = "https://github.com/solana-labs/solana-program-library/farms" [lib] crate-type = [ "cdylib", "lib", ] [dependencies.arrayref] version = "0.3.6" [dependencies.solana-farm-sdk] version = "1.1.3" [dependencies.solana-program] version = "1.9.18" [dependencies.solana-security-txt] version = "1.0.1" [dependencies.spl-token] version = "3.2.0" features = ["no-entrypoint"] [dev-dependencies.solana-program-test] version = "1.9.18" [features] ORC-STAKE-LP-COMPOUND = [] RDM-STAKE-LP-COMPOUND = [] SBR-STAKE-LP-COMPOUND = [] debug = [] default = ["RDM-STAKE-LP-COMPOUND"] no-entrypoint = [] test-bpf = []