# 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 = "timeboost-rs" version = "0.1.5" authors = ["rauljordan"] description = "A Rust implementation of the discrete time boost protocol for blockchain transactions" readme = "README.md" keywords = [ "blockchain", "ethereum", ] categories = [ "cryptography::cryptocurrencies", "asynchronous", "algorithms", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rauljordan/timeboost-rs" [dependencies.chrono] version = "0.4.26" features = ["clock"] default-features = false [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.lazy_static] version = "1.4.0" [dependencies.prometheus] version = "0.13.3" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tracing] version = "0.1.37"