[package]
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
name = "flat_error"
version = "0.2.0"
description = """Simple Error wrapper to ensure Clone, Debug, and PartialEq."""
documentation = "https://docs.rs/flat_error/"
repository = "https://github.com/johnstonskj/rust-flat-error.git"
license = "MIT/Apache-2.0"
readme = "README.md"
edition = "2021"
publish = true
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[features]
default = ["std"]
std = ["alloc"]
alloc = []
[dependencies]
[dev-dependencies]
pretty_assertions = "1.4.1"
[profile.dist]
inherits = "release"
lto = "thin"