blob: 97e0042c10a4e09134707a752943d0ee209b736f [file] [log] [blame]
Matthew Maurer3bb58062020-06-02 11:15:31 -07001# 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
Joel Galenson7c96cee2021-09-22 11:24:33 -07006# to registry (e.g., crates.io) dependencies.
Matthew Maurer3bb58062020-06-02 11:15:31 -07007#
Joel Galenson7c96cee2021-09-22 11:24:33 -07008# 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.
Matthew Maurer3bb58062020-06-02 11:15:31 -070011
12[package]
13edition = "2018"
David LeGare0ea9e762022-03-02 16:21:06 +000014rust-version = "1.31"
Matthew Maurer3bb58062020-06-02 11:15:31 -070015name = "thiserror-impl"
David LeGare0ea9e762022-03-02 16:21:06 +000016version = "1.0.30"
Matthew Maurer3bb58062020-06-02 11:15:31 -070017authors = ["David Tolnay <dtolnay@gmail.com>"]
18description = "Implementation detail of the `thiserror` crate"
19license = "MIT OR Apache-2.0"
20repository = "https://github.com/dtolnay/thiserror"
21[package.metadata.docs.rs]
22targets = ["x86_64-unknown-linux-gnu"]
23
24[lib]
25proc-macro = true
26[dependencies.proc-macro2]
27version = "1.0"
28
29[dependencies.quote]
30version = "1.0"
31
32[dependencies.syn]
Haibo Huang30109ac2020-11-04 17:00:26 -080033version = "1.0.45"