]> git.proxmox.com Git - rustc.git/blame - vendor/anyhow/Cargo.toml
New upstream version 1.55.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
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "anyhow"
136023e0 16version = "1.0.42"
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"
f035d41b
XL
24[package.metadata.docs.rs]
25rustdoc-args = ["--cfg", "doc_cfg"]
26targets = ["x86_64-unknown-linux-gnu"]
cdc7bbd5 27[dependencies.backtrace]
136023e0 28version = "0.3.51"
cdc7bbd5 29optional = true
dfeec247
XL
30[dev-dependencies.futures]
31version = "0.3"
f035d41b 32default-features = false
dfeec247
XL
33
34[dev-dependencies.rustversion]
35version = "1.0"
36
5869c6ff
XL
37[dev-dependencies.syn]
38version = "1.0"
39features = ["full"]
40
dfeec247
XL
41[dev-dependencies.thiserror]
42version = "1.0"
43
44[dev-dependencies.trybuild]
f035d41b
XL
45version = "1.0.19"
46features = ["diff"]
dfeec247
XL
47
48[features]
49default = ["std"]
50std = []