# 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-payments" version = "1.0.0" authors = ["448-OG "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight library for parsing and creating Solana Pay URLs" homepage = "https://github.com/JamiiDao/SolanaPayments" readme = "README.md" keywords = [ "solana", "solana-pay", "blockchain-payments", ] categories = [ "cryptography::cryptocurrencies", "parser-implementations", ] license = "CC0-1.0" repository = "https://github.com/JamiiDao/SolanaPayments" [lib] name = "solana_payments" path = "src/lib.rs" [[example]] name = "parse_url" path = "examples/parse_url.rs" [dependencies.blake3] version = "1.5.1" features = [ "digest", "traits-preview", ] default-features = false [dependencies.bs58] version = "0.5.0" [dependencies.constant_time_eq] version = "0.3.0" [dependencies.curve25519-dalek] version = "4.1.3" [dependencies.percent-encoding] version = "2.3.1" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.thiserror] version = "1.0.63" [dependencies.zeroize] version = "1.3.0" features = ["zeroize_derive"] default-features = false [dev-dependencies.smol] version = "2.0.0" [dev-dependencies.solana-client] version = "2.0.4" [dev-dependencies.solana-program] version = "2.0.4" [dev-dependencies.spl-token-2022] version = "5.0.1" default-features = false [dev-dependencies.tokio] version = "1.39.2" features = ["full"]