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