]> git.proxmox.com Git - rustc.git/blob - vendor/anyhow/Cargo.toml
New upstream version 1.68.2+dfsg1
[rustc.git] / vendor / anyhow / Cargo.toml
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]
13 edition = "2018"
14 rust-version = "1.38"
15 name = "anyhow"
16 version = "1.0.66"
17 authors = ["David Tolnay <dtolnay@gmail.com>"]
18 description = "Flexible concrete Error type built on std::error::Error"
19 documentation = "https://docs.rs/anyhow"
20 readme = "README.md"
21 keywords = [
22 "error",
23 "error-handling",
24 ]
25 categories = [
26 "rust-patterns",
27 "no-std",
28 ]
29 license = "MIT OR Apache-2.0"
30 repository = "https://github.com/dtolnay/anyhow"
31
32 [package.metadata.docs.rs]
33 targets = ["x86_64-unknown-linux-gnu"]
34 rustdoc-args = [
35 "--cfg",
36 "doc_cfg",
37 ]
38
39 [dependencies.backtrace]
40 version = "0.3.51"
41 optional = true
42
43 [dev-dependencies.futures]
44 version = "0.3"
45 default-features = false
46
47 [dev-dependencies.rustversion]
48 version = "1.0.6"
49
50 [dev-dependencies.syn]
51 version = "1.0"
52 features = ["full"]
53
54 [dev-dependencies.thiserror]
55 version = "1.0"
56
57 [dev-dependencies.trybuild]
58 version = "1.0.66"
59 features = ["diff"]
60
61 [features]
62 default = ["std"]
63 std = []