# 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-actix-web-mozlog" version = "0.5.0" description = "Support for tracing in actix-web apps that target Mozilla's MozLog" homepage = "https://github.com/mozilla-services/common-rs/tree/master/tracing-actix-web-mozlog" documentation = "https://docs.rs/tracing-actix-web-mozlog" license = "MPL-2.0" repository = "https://github.com/mozilla-services/common-rs" [dependencies.actix-web] version = "4" default-features = false [dependencies.futures-util] version = "^0.3" [dependencies.gethostname] version = "^0.2" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_json] version = "^1" [dependencies.tracing] version = "^0.1" [dependencies.tracing-actix-web] version = "0.5" default-features = false [dependencies.tracing-bunyan-formatter] version = "^0.3" [dependencies.tracing-futures] version = "^0.2" features = ["std-future"] [dependencies.tracing-subscriber] version = "^0.3" [dev-dependencies.actix-rt] version = "^2.2.0" [dev-dependencies.actix-web] version = "4" features = ["macros"] default-features = false [dev-dependencies.jsonschema] version = "^0.15" [dev-dependencies.lazy_static] version = "^1.4" [dev-dependencies.maplit] version = "^1" [dev-dependencies.pretty_assertions] version = "^1.2"