summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 237c8119694feda29957aee6c42ddd5dc9a0f88d (plain)
[package]
name = "exun"
version = "0.1.0"
authors = ["Mica White <botahamec@outlook.com>"]
edition = "2018"
rust-version = "1.41.1"
description = "Handle unexpected errors"
readme = "README.md"
documentation = "https://docs.rs/exun"
repository = "https://github.com/botahamec/exun/"
license-file = "LICENSE.md"
keywords = ["no_std", "no-std", "utility", "error", "error-handling"]
categories = ["rust-patterns", "no-std"]

[package.metadata]
msrv = "1.41.1"

[features]
default = ["std"]
std = ["alloc"]
alloc = []