[badges.gitlab]
repository = "cdumay/rust-cdumay_error"
[badges.maintenance]
status = "as-is"
[badges.travis-ci]
repository = "cdumay/rust-cdumay_error"
[dependencies.serde]
features = ["derive"]
version = "1.0.203"
[dependencies.serde_json]
version = "1.0.117"
[package]
authors = ["Cédric Dumay <cedric.dumay@gmail.com>"]
categories = ["caching", "data-structures", "encoding"]
description = "A library to serialize and deserialize error using serde"
documentation = "https://docs.rs/cdumay_error"
edition = "2021"
homepage = "https://github.com/cdumay/rust-cdumay_error"
keywords = ["Error", "serde"]
license = "BSD-3-Clause"
name = "cdumay_error"
readme = "README.md"
repository = "https://github.com/cdumay/rust-cdumay_error"
version = "0.3.0"