ccxt 4.5.78

CCXT – CryptoCurrency eXchange Trading Library (Rust) – typed unified-method API (re-exports the ccxt-base engine)
# 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 = "ccxt"
version = "4.5.78"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CCXT – CryptoCurrency eXchange Trading Library (Rust) – typed unified-method API (re-exports the ccxt-base engine)"
homepage = "https://ccxt.com"
documentation = "https://docs.rs/ccxt"
readme = "README.md"
keywords = [
    "cryptocurrency",
    "exchange",
    "trading",
    "bitcoin",
    "ccxt",
]
categories = [
    "api-bindings",
    "asynchronous",
    "finance",
]
license = "MIT"
repository = "https://github.com/ccxt/ccxt"

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

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

[dependencies.ccxt-base]
version = "4.5.78"
features = ["transpiled-base"]