# 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 = "solscan-api" version = "0.1.2" description = "A Wrapper for the Solscan-API for fetching informations about SOL-Accounts and more..." documentation = "https://docs.rs/solscan-api" readme = "README.md" license = "MIT" repository = "https://github.com/DerZwergGimli/solscan-api" resolver = "2" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.reqwest] version = "0.11.11" [dependencies.serde] version = "1.0.139" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dev-dependencies.assert-json-diff] version = "2.0.2" [dev-dependencies.httpmock] version = "0.6" [dev-dependencies.json] version = "0.12.4" [dev-dependencies.tokio] version = "1.18.2" features = ["full"]