# 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" rust-version = "1.71.0" name = "phi-accrual-detector" version = "0.3.1" authors = ["Uddeshya Singh "] description = "Pluggable phi-accrual-detection package for healthcheck of monitored processes" readme = "README.md" keywords = [ "phi-accrual", "healthcheck", "detector", "monitoring", "distributed-system", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/uds5501/phi-accrual-detector" [dependencies.async-std] version = "1.12.0" [dependencies.async-trait] version = "0.1.80" [dependencies.chrono] version = "0.4.37" [dependencies.libm] version = "0.2.8" [dependencies.rand] version = "0.9.0-alpha.1" [dependencies.tokio] version = "1.37.0" features = [ "sync", "macros", "rt", "rt-multi-thread", ]