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