# 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 = "obmrs" version = "0.1.2" authors = ["_numbp"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "As a participant, you will create a structure to receive and hold the exchange-distributed order book. This structure will be called the OrderBoard, and will hold the order book's bids and asks as a price-sorted map, input and output. It will store aggregates against prices, not individual orders against prices." documentation = "https://docs.rs/obmrs/0.1.0" readme = "README.md" keywords = [ "orderbook", "exchange", "market", "order", "book", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/go-numb/obmrs" [lib] name = "obmrs" path = "src/lib.rs" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dependencies.rust_decimal] version = "1.36.0" features = ["maths"]