# 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 = "tracing-formatters" version = "0.0.1" authors = ["Anders Blenstrup-Pedersen "] description = "Tracing output formatters" readme = "README.md" keywords = [ "tracing-formatter", "tracing", ] categories = [""] license = "MIT" repository = "https://github.com/nebula-technologies/tracing-formatters" [dependencies.actix-web] version = "4.2.1" [dependencies.chrono] version = "0.4.23" [dependencies.gethostname] version = "0.4.0" [dependencies.openssl] version = "0.10.42" [dependencies.serde] version = "1.0.150" optional = true [dependencies.serde_json] version = "1.0.89" optional = true [dependencies.tracing] version = "0.1.37" [dependencies.tracing-actix-web] version = "0.6.2" [dependencies.tracing-subscriber] version = "0.3.16" [features] bunyan = [ "dep:serde", "dep:serde_json", ] default = [] syslog = []