cargo-features = ["codegen-backend"]
[package]
edition = "2024"
name = "v_exchanges_book"
version = "0.1.4"
authors = ["valeratrades"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Orderbook abstraction for v_exchanges"
homepage = "https://github.com/valeratrades/v_exchanges"
readme = false
categories = [
"api-bindings",
"asynchronous",
]
license = "MIT"
repository = "https://github.com/valeratrades/v_exchanges/tree/master/v_exchanges_book"
[lib]
name = "v_exchanges_book"
path = "src/lib.rs"
[dependencies.url]
version = "^2.5.8"
[dependencies.v_exchanges_methods]
version = "0.1.4"
default-features = false
[lints.clippy]
float_cmp = "allow"
get_first = "allow"
get_last_with_len = "allow"
len_zero = "allow"
tabs_in_doc_comments = "allow"
undocumented_unsafe_blocks = "warn"
[lints.rust]
unused_features = "allow"