1 | [package] |
2 | name = "thiserror-impl" |
3 | version = "1.0.58" |
4 | authors = ["David Tolnay <dtolnay@gmail.com>" ] |
5 | description = "Implementation detail of the `thiserror` crate" |
6 | edition = "2021" |
7 | license = "MIT OR Apache-2.0" |
8 | repository = "https://github.com/dtolnay/thiserror" |
9 | rust-version = "1.56" |
10 | |
11 | [lib] |
12 | proc-macro = true |
13 | |
14 | [dependencies] |
15 | proc-macro2 = "1.0.74" |
16 | quote = "1.0.35" |
17 | syn = "2.0.46" |
18 | |
19 | [package.metadata.docs.rs] |
20 | targets = ["x86_64-unknown-linux-gnu" ] |
21 | rustdoc-args = ["--generate-link-to-definition" ] |
22 | |