# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lobster" version = "0.7.0" authors = ["Michele Lacchia "] description = "A fast limit order book (LOB)" homepage = "https://github.com/rubik/lobster" documentation = "https://docs.rs/lobster" readme = "README.md" keywords = ["orderbook", "order", "limit", "hft"] license = "ISC" repository = "https://github.com/rubik/lobster" [profile.bench] opt-level = 3 lto = "thin" codegen-units = 1 debug = false debug-assertions = false rpath = false overflow-checks = false incremental = false [profile.release] opt-level = 3 lto = "thin" codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false [[bench]] name = "simple" harness = false [[bench]] name = "quantcup" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.csv] version = "1.1" [dev-dependencies.serde] version = "1" features = ["derive"] [badges.coveralls] repository = "rubik/lobster" [badges.travis-ci] repository = "rubik/lobster"