# 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 = "wixet-bootstrap" version = "1.0.1" description = "A simple library to boot basic services in your application" homepage = "https://wixet.com" readme = "README.md" keywords = [ "log", "tokio", "signal", "boot", ] categories = ["config"] license-file = "LICENSE" repository = "https://github.com/wixet-limited/wixet-bootstrap-rs" [dependencies.anyhow] version = "1.0.71" [dependencies.chrono] version = "0.4.26" [dependencies.fern] version = "0.6.2" [dependencies.flume] version = "0.10.14" [dependencies.futures] version = "0.3.28" [dependencies.log] version = "0.4.19" [dependencies.signal-hook] version = "0.3.15" [dependencies.signal-hook-tokio] version = "0.3.1" features = ["futures-v0_3"] [dependencies.tokio] version = "1.28.2" features = [ "rt", "macros", ]