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