# 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 = "suss" version = "0.0.5" authors = ["Matti Bryce "] description = "Create collections of single-instance unix socket services, started on-demand by any clients using them." homepage = "https://github.com/infomorphic-matti/suss" documentation = "https://docs.rs/suss" readme = "README.md" keywords = [ "async", "io", "non-blocking", "daemon", "unix", ] categories = ["network-programming"] license = "AGPL-3.0-or-later" repository = "https://github.com/infomorphic-matti/suss" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.async-std] version = "1" optional = true [dependencies.async-trait] version = "0.1" [dependencies.blocking] version = "1" [dependencies.chain-trans] version = "1" [dependencies.futures-lite] version = "1" [dependencies.humantime] version = "2" [dependencies.nanorand] version = "0.7" features = [ "std", "getrandom", "chacha", "zeroize", ] default-features = false [dependencies.tokio] version = "1" features = [ "net", "io-util", "time", ] optional = true default-features = false [dependencies.tracing] version = "0.1"