v_exchanges_book 0.1.4

Orderbook abstraction for v_exchanges
Documentation
# 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.

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"