# 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 = "with_daemon" version = "0.2.0" authors = ["MichaƂ Trybus "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An async client-daemon abstraction framework" documentation = "https://docs.rs/with_daemon" readme = "README.md" keywords = [ "daemon", "daemonize", "linux", "unix", "async", ] categories = [ "concurrency", "network-programming", "asynchronous", "caching", ] license = "MIT OR Apache-2.0" repository = "https://github.com/komar007/with_daemon" [lib] name = "with_daemon" path = "src/lib.rs" [[example]] name = "cached_url_retriever" path = "examples/cached_url_retriever.rs" [[example]] name = "counter" path = "examples/counter.rs" [dependencies.daemonize] version = "0.5" [dependencies.fork] version = "0.2" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.39" features = [ "rt-multi-thread", "net", "io-util", "macros", "time", "fs", "sync", ] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.reqwest] version = "0.12"