[package] name = "kubera" version = "0.0.2" edition = "2021" authors = ["Evgeny Igumnov "] repository = "https://github.com/igumnoff/kubera" documentation = "https://docs.rs/kubera" license-file = "LICENSE" keywords = [] categories = [] readme = "README.md" description = "Trade-Exchange Engine Library for Cryptocurrencies market written in Rust." [dependencies] bincode = { version = "2.0.0-rc.3" } chrono = { version = "0.4.38"} redb = "2.1.1" crossbeam-queue = "0.3.11" core_affinity = "0.8.1" tracing = "0.1.40" [dev-dependencies] tracing-subscriber = "0.3.18"