• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
14rust-version = "1.39"
15name = "anyhow"
16version = "1.0.69"
17authors = ["David Tolnay <dtolnay@gmail.com>"]
18description = "Flexible concrete Error type built on std::error::Error"
19documentation = "https://docs.rs/anyhow"
20readme = "README.md"
21keywords = [
22    "error",
23    "error-handling",
24]
25categories = [
26    "rust-patterns",
27    "no-std",
28]
29license = "MIT OR Apache-2.0"
30repository = "https://github.com/dtolnay/anyhow"
31
32[package.metadata.docs.rs]
33targets = ["x86_64-unknown-linux-gnu"]
34rustdoc-args = [
35    "--cfg",
36    "doc_cfg",
37]
38
39[lib]
40doc-scrape-examples = false
41
42[dependencies.backtrace]
43version = "0.3.51"
44optional = true
45
46[dev-dependencies.futures]
47version = "0.3"
48default-features = false
49
50[dev-dependencies.rustversion]
51version = "1.0.6"
52
53[dev-dependencies.syn]
54version = "1.0"
55features = ["full"]
56
57[dev-dependencies.thiserror]
58version = "1.0"
59
60[dev-dependencies.trybuild]
61version = "1.0.66"
62features = ["diff"]
63
64[features]
65default = ["std"]
66std = []
67