thiserror-nostd-notrait/impl/Cargo.toml

21 lines
447 B
TOML
Raw Normal View History

[package]
name = "thiserror-impl"
2023-07-06 15:12:11 -07:00
version = "1.0.42"
authors = ["David Tolnay <dtolnay@gmail.com>"]
2022-07-31 19:19:06 -07:00
description = "Implementation detail of the `thiserror` crate"
2023-07-06 14:39:58 -07:00
edition = "2021"
2019-10-09 11:05:07 -07:00
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/thiserror"
2023-03-13 11:15:43 -07:00
rust-version = "1.56"
[lib]
proc-macro = true
2019-10-08 23:29:12 -07:00
[dependencies]
2023-07-04 12:28:04 -07:00
proc-macro2 = "1.0.63"
quote = "1.0.29"
syn = "2.0.23"
2020-03-17 13:27:37 -07:00
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]