1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "anyhow" 15version = "1.0.44" 16authors = ["David Tolnay <dtolnay@gmail.com>"] 17description = "Flexible concrete Error type built on std::error::Error" 18documentation = "https://docs.rs/anyhow" 19readme = "README.md" 20categories = ["rust-patterns"] 21license = "MIT OR Apache-2.0" 22repository = "https://github.com/dtolnay/anyhow" 23[package.metadata.docs.rs] 24rustdoc-args = ["--cfg", "doc_cfg"] 25targets = ["x86_64-unknown-linux-gnu"] 26[dependencies.backtrace] 27version = "0.3.51" 28optional = true 29[dev-dependencies.futures] 30version = "0.3" 31default-features = false 32 33[dev-dependencies.rustversion] 34version = "1.0" 35 36[dev-dependencies.syn] 37version = "1.0" 38features = ["full"] 39 40[dev-dependencies.thiserror] 41version = "1.0" 42 43[dev-dependencies.trybuild] 44version = "1.0.19" 45features = ["diff"] 46 47[features] 48default = ["std"] 49std = [] 50