# 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 = "managed-order-book" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Managed order book" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "managed_order_book" path = "src/lib.rs" [[bin]] name = "managed-order-book" path = "src/main.rs" [[example]] name = "stream" path = "examples/stream.rs" [dependencies.anyhow] version = "1.0.90" [dependencies.futures-util] version = "0.3.31" [dependencies.prettytable] version = "0.10.0" [dependencies.reqwest] version = "0.12.3" features = [ "json", "gzip", "deflate", "rustls-tls", ] [dependencies.rust_decimal] version = "1.36.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.130" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.24.0" features = ["native-tls"]