thiserror-nostd-notrait/impl/Cargo.toml

26 lines
585 B
TOML
Raw Permalink Normal View History

[package]
name = "thiserror-nostd-notrait-impl"
version = "1.0.57"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Implementation detail of the `thiserror-nostd-notrait` 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/ZcashFoundation/thiserror-nostd-notrait"
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]
2024-01-01 22:08:35 -08:00
proc-macro2 = "1.0.74"
quote = "1.0.35"
syn = "2.0.46"
2020-03-17 13:27:37 -07:00
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--generate-link-to-definition"]
[features]
default = ["std"]
std = []