thiserror-nostd-notrait/impl/Cargo.toml

20 lines
419 B
TOML
Raw Normal View History

[package]
name = "thiserror-impl"
2021-09-04 20:57:38 -07:00
version = "1.0.29"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
2019-10-09 11:05:07 -07:00
license = "MIT OR Apache-2.0"
description = "Implementation detail of the `thiserror` crate"
repository = "https://github.com/dtolnay/thiserror"
[lib]
proc-macro = true
2019-10-08 23:29:12 -07:00
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0.45"
2020-03-17 13:27:37 -07:00
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]