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