# 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" rust-version = "1.60" name = "tracing-slog" version = "0.3.0" authors = ["Peter Nehrer "] description = """ Provides compatibility between `tracing` and the `slog` crate. Use when a library uses `slog` but your application uses `tracing`. """ readme = "README.md" keywords = [ "logging", "tracing", "slog", ] categories = [ "development-tools::debugging", "asynchronous", ] license = "MIT" repository = "https://github.com/ecliptical/tracing-slog" [dependencies.once_cell] version = "1" [dependencies.slog] version = "2.7" [dependencies.tracing-core] version = "0.1" [dev-dependencies.log] version = "0.4" [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "json", ] [dev-dependencies.tracing-test] version = "0.2" [features] default = ["std"] kv = [] std = ["slog/std"]