# 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.80" name = "bloxroute-sdk" version = "1.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bloxroute SDK that allows developers to interact with the bloXroute Cloud API and Gateway." readme = "README.md" keywords = [ "bloxroute", "bdn", "ethereum", "blockchain", ] license = "Unlicense" repository = "https://github.com/hjawhar/bloxroute-sdk-rs" [lib] name = "bloxroute_sdk" path = "src/lib.rs" [[test]] name = "mock" path = "tests/mock.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.async-recursion] version = "1.1.1" [dependencies.futures-util] version = "0.3.30" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.205" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tokio-tungstenite] version = "0.23.1" features = ["native-tls"]