# 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 = "xclog" version = "0.3.2" description = "xcodebuild build-log formater and parser" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.anyhow] version = "1.0.57" [dependencies.async-stream] version = "0.3.3" [dependencies.async-trait] version = "0.1.52" [dependencies.derive-deref-rs] version = "0.1.1" [dependencies.derive_is_enum_variant] version = "0.1.1" [dependencies.lazy-regex] version = "2.3.0" features = ["std"] [dependencies.lazy_static] version = "1.4.0" [dependencies.parity-tokio-ipc] version = "0.9.0" [dependencies.paste] version = "1.0.7" [dependencies.process-stream] version = "0.4.0" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.shell-words] version = "1.1.0" [dependencies.tap] version = "1.0.1" [dependencies.tokio] version = "1.18.0" features = [ "rt-multi-thread", "macros", "process", "fs", ] [dependencies.tokio-stream] version = "0.1.8" features = ["io-util"] [dependencies.tracing] version = "0.1.32" optional = true [dependencies.tracing-appender] version = "0.2.1" optional = true [dependencies.tracing-subscriber] version = "0.3.9" features = ["env-filter"] optional = true [dependencies.wax] version = "0.5.0" [dev-dependencies.tracing-test] version = "0.2.1" [features] default = ["with_tracing"] with_tracing = [ "tracing", "tracing-appender", "tracing-subscriber", ]