[package]
name = "splitnow"
version = "1.0.0"
edition = "2021"
authors = ["SplitOTC, Ltd"]
description = "Rust SDK for SplitNOW, the multi-wallet instant crypto exchange"
license = "Unlicense"
repository = "https://github.com/splitnow/rust-sdk"
keywords = ["crypto", "exchange", "api", "blockchain"]
categories = ["api-bindings"]
exclude = [
".env",
"target/",
".git/",
]
[dependencies]
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
thiserror = "1.0"
[dev-dependencies]
dotenvy = "0.15"