# 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 = "solr-token-whitelist" version = "1.0.2" authors = ["sreekanth@solrazr.com"] description = "SolRazr Token Whitelist Program" license-file = "LICENSE.txt" repository = "https://github.com/solrazr-app/solr-token-whitelist" [lib] crate-type = ["cdylib", "lib"] [dependencies.arrayref] version = "0.3.6" [dependencies.borsh] version = "0.9.0" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.solana-program] version = "1.6.6" [dependencies.spl-token] version = "3.1" features = ["no-entrypoint"] [dependencies.thiserror] version = "1.0.21" [features] no-entrypoint = []