# 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 = "solcandy" version = "0.1.1" description = "Useful utils for working with Metaplex candy machines(Solana blockchain)." homepage = "https://github.com/ftelnov/solcandy" documentation = "https://github.com/ftelnov/solcandy" readme = "README.md" keywords = [ "solana", "metaplex", "blockchain", ] license = "GPL-3.0" repository = "https://github.com/ftelnov/solcandy" resolver = "2" [dependencies.async-trait] version = "0.1.56" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.solana-account-decoder] version = "1.10.0" [dependencies.solana-client] version = "1.10.0" [dependencies.solana-program] version = "1.10.0" [dependencies.solana-sdk] version = "1.10.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.19" [features] dev = [] serde = ["dep:serde"]