]> git.proxmox.com Git - rustc.git/blame - vendor/anyhow/Cargo.toml
New upstream version 1.59.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"
a2a8927a 16version = "1.0.51"
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]
3c0e092e 45version = "1.0.49"
f035d41b 46features = ["diff"]
dfeec247
XL
47
48[features]
49default = ["std"]
50std = []