# 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 = "2018" name = "privsep-log" version = "0.0.1" authors = ["Reyk Floeter "] description = "Simple async logging crate inspired by OpenBSD's `log.c`" readme = "README.md" keywords = ["slog", "log", "async", "privsep"] categories = ["os", "os::unix-apis"] license = "ISC" repository = "https://github.com/reyk/privsep-rs" [dependencies.derive_more] version = "0.99" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.92" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0.124" [dependencies.serde_derive] version = "1.0.124" [dependencies.slog] version = "2.7.0" [dependencies.slog-scope] version = "4.4.0" [dependencies.slog-stdlog] version = "4.1.0" [dependencies.tokio] version = "1.4.0" features = ["sync"] [dev-dependencies.tokio] version = "1.4.0" features = ["sync", "rt-multi-thread", "macros", "time"] [features] debug = ["slog/max_level_trace"]