# 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 = "selene-helius-sdk" version = "0.3.2" authors = ["dougefresh "] exclude = [ "assets/*", ".github", "CONTRIBUTING.md", "*.log", "Dockerfile", ".env*", ".dockerignore", "codecov.yml", ] description = "Rust implementation of the Helius API & RPC" homepage = "https://github.com/dougEfresh/selene-helius-sdk" documentation = "https://docs.rs/selene-helius-sdk" readme = "README.md" keywords = [ "solana", "helius", ] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/dougEfresh/selene-helius-sdk" [lib] name = "selene_helius_sdk" path = "src/lib.rs" [dependencies.bigdecimal] version = "^0.3" features = ["serde"] [dependencies.bincode] version = "1.3" [dependencies.bs58] version = "0.4" [dependencies.color-eyre] version = "0.6" [dependencies.derive-alias] version = "0.1" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-enum-str] version = "0.4" [dependencies.serde_json] version = "1" [dependencies.solana-client] version = ">= 1.16" [dependencies.solana-sdk] version = ">= 1.16" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "> 1.24" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-error] version = "0.2" [dependencies.tracing-log] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "serde", ] [dependencies.url] version = "2" [dev-dependencies.dotenvy] version = "0.15" [dev-dependencies.once_cell] version = "1" [dev-dependencies.rstest] version = "0.18" [dev-dependencies.solana-transaction-status] version = "1" [features] debug = [] default = [] [lints.clippy] enum_glob_use = "deny" implicit_return = "allow" missing_const_for_fn = "allow" module_name_repetitions = "allow" must_use_candidate = "allow" nursery = "deny" pedantic = "deny" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"