anyhow 1.0.86

Flexible concrete Error type built on std::error::Error
Documentation
[[test]]
name = "test_ensure"
path = "tests/test_ensure.rs"

[[test]]
name = "test_chain"
path = "tests/test_chain.rs"

[[test]]
name = "test_fmt"
path = "tests/test_fmt.rs"

[[test]]
name = "test_source"
path = "tests/test_source.rs"

[[test]]
name = "test_repr"
path = "tests/test_repr.rs"

[[test]]
name = "test_autotrait"
path = "tests/test_autotrait.rs"

[[test]]
name = "test_boxed"
path = "tests/test_boxed.rs"

[[test]]
name = "test_backtrace"
path = "tests/test_backtrace.rs"

[[test]]
name = "test_convert"
path = "tests/test_convert.rs"

[[test]]
name = "test_macros"
path = "tests/test_macros.rs"

[[test]]
name = "compiletest"
path = "tests/compiletest.rs"

[[test]]
name = "test_context"
path = "tests/test_context.rs"

[[test]]
name = "test_ffi"
path = "tests/test_ffi.rs"

[[test]]
name = "test_downcast"
path = "tests/test_downcast.rs"
[dependencies.backtrace]
optional = true
version = "0.3.51"
[dev-dependencies.futures]
default-features = false
version = "0.3"

[dev-dependencies.rustversion]
version = "1.0.6"

[dev-dependencies.syn]
features = ["full"]
version = "2.0"

[dev-dependencies.thiserror]
version = "1.0.45"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.66"

[features]
default = ["std"]
std = []

[lib]
doc-scrape-examples = false
name = "anyhow"
path = "src/lib.rs"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["rust-patterns", "no-std"]
description = "Flexible concrete Error type built on std::error::Error"
documentation = "https://docs.rs/anyhow"
edition = "2018"
keywords = ["error", "error-handling"]
license = "MIT OR Apache-2.0"
name = "anyhow"
readme = "README.md"
repository = "https://github.com/dtolnay/anyhow"
rust-version = "1.39"
version = "1.0.86"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "doc_cfg", "--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]