# 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 = "2018"
name = "vyper-client-rs"
version = "0.2.1"
authors = ["Brice Lloyd <support@vyper.trade>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust SDK for Vyper client"
homepage = "https://github.com/Vyper-Terminal/vyper-client-rs"
documentation = "https://docs.vyper.trade/"
readme = "README.md"
keywords = [
    "vyper",
    "sdk",
    "rust",
    "blockchain",
]
categories = [
    "cryptography",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/Vyper-Terminal/vyper-client-rs"

[lib]
name = "vyper_client_rs"
path = "src/lib.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.futures-util]
version = "0.3"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "native-tls",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.16"
features = ["native-tls"]

[dependencies.url]
version = "2.2"

[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.mockall]
version = "0.11"

[dev-dependencies.mockito]
version = "0.31"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "full",
    "test-util",
]

[dev-dependencies.tokio-test]
version = "0.4"