gecko-dev/third_party/rust/slog-atomic/Cargo.toml
Andreas Tolfsen 934b77023e Bug 1340637 - Vendor geckodriver dependencies; r=ted
MozReview-Commit-ID: 1muL5Jc7ulI

--HG--
extra : rebase_source : ff2fdf700f38e66a932e3e73562190530ff1d47a
2017-05-23 18:03:07 +01:00

26 lines
568 B
TOML

[package]
name = "slog-atomic"
version = "0.4.3"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
description = "Atomic run-time controllable drain for slog-rs"
keywords = ["slog", "logging", "log", "atomic"]
license = "MPL-2.0"
documentation = "https://docs.rs/slog-atomic"
homepage = "https://github.com/slog-rs/slog"
repository = "https://github.com/slog-rs/atomic"
readme = "README.md"
[lib]
path = "lib.rs"
[dependencies]
slog = "1"
crossbeam = "0.2.9"
[dev-dependencies]
lazy_static = "0.1.16"
nix = "0.6.0"
slog-term = "1"
slog-json = "1"
slog-stream = "1"