blob: e2ad11b502246c8cecc1f42080fde3852d7d7a2e [file] [log] [blame]
Matthew Maurer3bb58062020-06-02 11:15:31 -07001[package]
2name = "thiserror-impl"
David LeGare0ea9e762022-03-02 16:21:06 +00003version = "1.0.30"
Matthew Maurer3bb58062020-06-02 11:15:31 -07004authors = ["David Tolnay <dtolnay@gmail.com>"]
5edition = "2018"
David LeGare0ea9e762022-03-02 16:21:06 +00006rust-version = "1.31"
Matthew Maurer3bb58062020-06-02 11:15:31 -07007license = "MIT OR Apache-2.0"
8description = "Implementation detail of the `thiserror` crate"
9repository = "https://github.com/dtolnay/thiserror"
10
11[lib]
12proc-macro = true
13
Matthew Maurer3bb58062020-06-02 11:15:31 -070014[dependencies]
15proc-macro2 = "1.0"
16quote = "1.0"
Haibo Huang30109ac2020-11-04 17:00:26 -080017syn = "1.0.45"
Matthew Maurer3bb58062020-06-02 11:15:31 -070018
19[package.metadata.docs.rs]
20targets = ["x86_64-unknown-linux-gnu"]