snafu 0.8.5

An ergonomic error handling library
Documentation
[dependencies.backtrace]
optional = true
version = "0.3.0"

[dependencies.futures-core-crate]
default-features = false
optional = true
package = "futures-core"
version = "0.3.0"

[dependencies.futures-crate]
default-features = false
optional = true
package = "futures"
version = "0.3.11"

[dependencies.pin-project]
default-features = false
optional = true
version = "1.0.2"

[dependencies.snafu-derive]
version = "0.8.5"

[features]
backtraces-impl-backtrace-crate = ["backtrace"]
default = ["std", "rust_1_65"]
futures = ["futures-core-crate", "pin-project"]
guide = []
internal-dev-dependencies = ["futures-crate"]
rust_1_61 = ["snafu-derive/rust_1_61"]
rust_1_65 = ["rust_1_61"]
rust_1_81 = ["rust_1_65"]
std = []
unstable-core-error = []
unstable-provider-api = ["snafu-derive/unstable-provider-api"]
unstable-try-trait = []

[lib]
name = "snafu"
path = "src/lib.rs"

[package]
authors = ["Jake Goulding <jake.goulding@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns", "no-std"]
description = "An ergonomic error handling library"
documentation = "https://docs.rs/snafu"
edition = "2018"
exclude = ["/.cirrus.yml", "/.gitignore", "/rust-toolchain"]
keywords = ["error", "ergonomic", "library", "no_std"]
license = "MIT OR Apache-2.0"
name = "snafu"
readme = "README.md"
repository = "https://github.com/shepmaster/snafu"
rust-version = "1.56"
version = "0.8.5"

[package.metadata.docs.rs]
features = ["futures", "guide"]

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

[[test]]
name = "backtrace-optional"
path = "tests/backtrace-optional.rs"

[[test]]
name = "backtrace-optional-enabled"
path = "tests/backtrace-optional-enabled.rs"

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

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

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

[[test]]
name = "boxing-errors"
path = "tests/boxing-errors.rs"

[[test]]
name = "build-leaf-error"
path = "tests/build-leaf-error.rs"

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

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

[[test]]
name = "display-shorthand"
path = "tests/display-shorthand.rs"

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

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

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

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

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

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

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

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

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

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

[[test]]
name = "name-conflicts"
path = "tests/name-conflicts.rs"

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

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

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

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

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

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

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

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

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

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

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

[[test]]
name = "structs"
path = "tests/structs/main.rs"

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

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