# 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 = "coaly" version = "0.1.1" authors = ["Frank Sommer "] include = [ "doc/", "src/", "systemtest/", "testdata/", "LICENSE*", "README.md", "CHANGELOG.md", "ROADMAP.md", "COPYRIGHT", "SECURITY.md", ] autobins = false autobenches = true description = """ Context aware logging and tracing library. """ documentation = "https://docs.rs/crate/coaly/0.1.1" readme = "README.md" keywords = [ "logging", "tracing", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/FrankSommer-64/coaly" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [profile.dev] opt-level = 0 debug = true [profile.release] opt-level = 3 debug = false [lib] name = "coaly" path = "src/lib.rs" [[example]] name = "coaly_demo" path = "examples/coaly_demo.rs" [[test]] name = "systemtest" path = "systemtest/testapp.rs" harness = false [dependencies.bzip2] version = "0.4.3" optional = true [dependencies.chrono] version = "0.4.22" features = ["serde"] [dependencies.flate2] version = "1.0.24" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.51" [dependencies.memmap2] version = "0.5.7" [dependencies.num-traits] version = "0.2.15" [dependencies.regex] version = "1.6.0" [dependencies.tokio] version = "1.20" features = [ "rt", "rt-multi-thread", "net", "macros", "signal", "sync", "io-util", "time", ] optional = true [dependencies.xz2] version = "0.1.7" optional = true [dependencies.zip] version = "0.6.2" optional = true [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde] version = "1.0.144" features = ["derive"] [dev-dependencies.toml] version = "0.5.9" [features] all = [ "core", "compression", "net", ] compression = [ "bzip2", "flate2", "xz2", "zip", ] core = [] default = ["core"] net = ["tokio"] [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["processthreadsapi"]