# 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 = "lob" version = "0.1.0" authors = ["Rafal Piotrowski"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Limit OrderBook" readme = "README.md" keywords = [ "finance", "orderbook", "trading", "HFT", "exchange", ] categories = ["finance"] license = "Apache-2.0" repository = "https://github.com/rafalpiotrowski/lob-rs" [profile.bench] debug = 2 [lib] name = "lob" path = "src/lib.rs" [[bench]] name = "lob_benchmark" path = "benches/lob_benchmark.rs" harness = false [dependencies.chrono] version = "0.4.38" [dependencies.itertools] version = "0.13.0" [dependencies.stable-vec] version = "0.4.1" [dependencies.thiserror] version = "1.0.64" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [badges.maintenance] status = "actively-developed"