vet/Cargo.toml

16 lines
359 B
TOML
Raw Permalink Normal View History

2022-07-04 02:26:48 -07:00
[package]
name = "vet"
version = "0.1.0"
authors = ["Benjamin Herman <benjamin@metanomial.com>"]
edition = "2021"
2022-07-21 11:58:47 -07:00
description = "Arbitrary type validation"
2022-07-04 02:26:48 -07:00
repository = "https://github.com/metanomial/vet"
license = "MIT OR Apache-2.0"
keywords = ["validation"]
2022-07-21 11:58:47 -07:00
categories = ["rust-patterns", "no-std"]
2022-07-04 22:25:13 -07:00
[features]
default = ["std"]
std = ["alloc"]
alloc = []