# 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 = "psyoptions" version = "0.0.5" authors = ["mithraiclabs"] exclude = ["tests/**/*", "src/processor.rs", "src/entrypoint.rs"] description = "Bindings for interacting with the PsyOptions protocol on the Solana blockchain" keywords = ["psyoptions", "solana", "solana_program", "web3"] license = "Apache-2.0" repository = "https://github.com/mithraiclabs/psyoptions" [package.metadata.docs.rs] features = ["no-entrypoint"] [profile.release] lto = true [lib] name = "psyoptions" crate-type = ["cdylib", "lib"] [dependencies.arrayref] version = "0.3.6" [dependencies.solana-program] version = "1.6.8" [dependencies.spl-associated-token-account] version = "1.0.2" [dependencies.spl-token] version = "3.1.0" features = ["no-entrypoint"] [dependencies.thiserror] version = "1.0" [dev-dependencies.bincode] version = "1.3.1" [dev-dependencies.indicatif] version = "0.15.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.serial_test] version = "0.5.1" [dev-dependencies.solana-client] version = "1.6.8" [dev-dependencies.solana-faucet] version = "1.6.8" [dev-dependencies.solana-runtime] version = "1.6.8" [dev-dependencies.solana-sdk] version = "1.6.8" [features] cpi = ["no-entrypoint"] no-entrypoint = []