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