marketdata-shootout/Cargo.toml
Bradlee Speice 369613843d Add run analysis code, and clean up most warnings
Cap'n Proto has a bug in deserialization; both in packed and unpacked, it gets to 43116 of 62253 messages.
2019-09-06 22:23:46 -04:00

21 lines
346 B
TOML

[package]
name = "md_shootout"
version = "0.1.0"
authors = ["Bradlee Speice <bradlee@speice.io>"]
edition = "2018"
[dependencies]
capnp = "0.10.1"
clap = "2.33.0"
flatbuffers = "0.6.0"
hdrhistogram = "6.3.4"
nom = "5.0.0"
smallvec = "0.6.10"
[dev-dependencies]
alloc_counter = "0.0.2"
[build-dependencies]
capnpc = "0.10"
flatc-rust = "0.1.2"