# 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" rust-version = "1.62" name = "solscan" version = "0.1.1" authors = ["DaniPopes "] exclude = [".github/"] description = "A Rust Solscan HTTP API client" homepage = "https://docs.rs/solscan" readme = "README.md" keywords = [ "solana", "sol", "api", "blockchain", "crypto", ] categories = [ "api-bindings", "cryptography::cryptocurrencies", ] license = "MIT" repository = "https://github.com/danipopes/solscan" [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.serde] version = "1" features = [ "std", "alloc", "derive", ] default-features = false [dependencies.serde_json] version = "1" default-features = false [dependencies.solana-sdk] version = "1.14" optional = true default-features = false [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.3" [dev-dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] default = ["sdk-full"] sdk = ["solana-sdk"] sdk-full = [ "sdk", "solana-sdk/full", ]