]> git.proxmox.com Git - rustc.git/blame - vendor/anyhow/Cargo.toml
New upstream version 1.61.0+dfsg1
[rustc.git] / vendor / anyhow / Cargo.toml
CommitLineData
dfeec247
XL
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
c295e0f8 6# to registry (e.g., crates.io) dependencies.
dfeec247 7#
c295e0f8
XL
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.
dfeec247
XL
11
12[package]
13edition = "2018"
a2a8927a 14rust-version = "1.38"
dfeec247 15name = "anyhow"
ee023bcb 16version = "1.0.56"
dfeec247
XL
17authors = ["David Tolnay <dtolnay@gmail.com>"]
18description = "Flexible concrete Error type built on std::error::Error"
19documentation = "https://docs.rs/anyhow"
20readme = "README.md"
f035d41b 21categories = ["rust-patterns"]
dfeec247
XL
22license = "MIT OR Apache-2.0"
23repository = "https://github.com/dtolnay/anyhow"
ee023bcb 24
f035d41b 25[package.metadata.docs.rs]
f035d41b 26targets = ["x86_64-unknown-linux-gnu"]
ee023bcb
FG
27rustdoc-args = [
28 "--cfg",
29 "doc_cfg",
30]
31
cdc7bbd5 32[dependencies.backtrace]
136023e0 33version = "0.3.51"
cdc7bbd5 34optional = true
ee023bcb 35
dfeec247
XL
36[dev-dependencies.futures]
37version = "0.3"
f035d41b 38default-features = false
dfeec247
XL
39
40[dev-dependencies.rustversion]
5099ac24 41version = "1.0.6"
dfeec247 42
5869c6ff
XL
43[dev-dependencies.syn]
44version = "1.0"
45features = ["full"]
46
dfeec247
XL
47[dev-dependencies.thiserror]
48version = "1.0"
49
50[dev-dependencies.trybuild]
3c0e092e 51version = "1.0.49"
f035d41b 52features = ["diff"]
dfeec247
XL
53
54[features]
55default = ["std"]
56std = []