# 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 = "slog_glog_fmt" version = "0.1.5" authors = ["Facebook "] description = "slog Drain for glog-formatted logs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/facebookexperimental/rust-shed/" [[bin]] name = "slog_glog_fmt_example" path = "example/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4" features = [ "clock", "serde", "std", ] default-features = false [dependencies.fb_failure_ext] version = "0.2" [dependencies.hostname] version = "0.3" [dependencies.itertools] version = "0.11.0" [dependencies.slog] version = "2.7" features = [ "max_level_trace", "nested-values", ] [dependencies.slog-term] version = "2.8" [dev-dependencies.once_cell] version = "1.12" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.regex] version = "1.9.2" [dev-dependencies.thiserror] version = "1.0.49" [target."cfg(target_os = \"linux\")".dependencies.nix] version = "0.25" [target."cfg(target_os = \"macos\")".dependencies.nix] version = "0.25"