human-panic 0.2.0

Panic messages for humans
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "human-panic"
version = "0.2.0"
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>", "Pascal Hertleif <killercup@gmail.com>", "Katharina Fey <kookie@spacekookie.de>"]
description = "Panic messages for humans"
homepage = "https://github.com/yoshuawuyts/human-panic"
documentation = "https://docs.rs/human-panic"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/yoshuawuyts/human-panic"
[package.metadata.docs.rs]
features = ["nightly"]
[dependencies.failure]
version = "0.1.1"

[dependencies.os_type]
version = "2.0.0"

[dependencies.serde]
version = "1.0.38"

[dependencies.serde_derive]
version = "1.0.38"

[dependencies.tempdir]
version = "0.3.7"

[dependencies.termcolor]
version = "0.3"

[dependencies.toml]
version = "0.4.6"

[dependencies.uuid]
version = "0.6"
features = ["v4"]

[features]
nightly = []