# 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 = "goplus_rs" version = "1.0.0" authors = ["Austin Palmer atx.jp.dev@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This repository contains a Rust API wrapper for interacting with GoPlusLabs services for risk metrics and analysis on tokens, smart contracts, and wallets across different chain ecosystems." readme = "README.md" keywords = [ "GoPlus", "API", "Token", "Risk", ] categories = ["API bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/austinjp17/GoPlus_rs" [lib] name = "goplus_rs" path = "src/lib.rs" [[test]] name = "ig_tests" path = "tests/ig_tests.rs" [dependencies.anyhow] version = "1.0.83" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.sha1] version = "0.10.6" [dependencies.thiserror] version = "1.0.60" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.tokio] version = "1" features = [ "full", "test-util", ]