mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-03 21:07:38 +03:00
28 lines
726 B
TOML
28 lines
726 B
TOML
[package]
|
|
name = "thiserror"
|
|
version = "1.0.52"
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
categories = ["rust-patterns"]
|
|
description = "derive(Error)"
|
|
documentation = "https://docs.rs/thiserror"
|
|
edition = "2021"
|
|
keywords = ["error", "error-handling", "derive"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/dtolnay/thiserror"
|
|
rust-version = "1.56"
|
|
|
|
[dependencies]
|
|
thiserror-impl = { version = "=1.0.52", path = "impl" }
|
|
|
|
[dev-dependencies]
|
|
anyhow = "1.0.73"
|
|
ref-cast = "1.0.18"
|
|
rustversion = "1.0.13"
|
|
trybuild = { version = "1.0.81", features = ["diff"] }
|
|
|
|
[workspace]
|
|
members = ["impl"]
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
rustdoc-args = ["--generate-link-to-definition"]
|