[package]
name = "ccxt"
version = "4.5.78"
edition = "2021"
description = "CCXT – CryptoCurrency eXchange Trading Library (Rust) – typed unified-method API (re-exports the ccxt-base engine)"
license = "MIT"
repository = "https://github.com/ccxt/ccxt"
homepage = "https://ccxt.com"
documentation = "https://docs.rs/ccxt"
readme = "README.md"
keywords = ["cryptocurrency", "exchange", "trading", "bitcoin", "ccxt"]
categories = ["api-bindings", "asynchronous", "finance"]
[lib]
name = "ccxt"
path = "src/lib.rs"
[dependencies]
ccxt-base = { path = "../ccxt-base", version = "4.5.78", features = ["transpiled-base"] }
async-trait = "0.1"