# 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 = "poisson-ticker" version = "0.1.0" authors = ["Akshay Narayan "] description = "Ticker with poisson arrivals." homepage = "https://github.com/akshayknarayan/poisson-ticker" documentation = "https://docs.rs/poisson-ticker" readme = "README.md" keywords = ["time", "ticker"] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/akshayknarayan/poisson-ticker.git" [dependencies.async-timer] version = "0.7" features = ["stream", "tokio_on"] [dependencies.futures-util] version = "0.3" default-features = false [dependencies.rand] version = "0.7" [dependencies.rand_distr] version = "0.2" [dependencies.tracing] version = "0.1" [dev-dependencies.tokio] version = "0.2.11" features = ["macros"] [badges.maintenance] status = "passively-maintained"