nova 0.2.3

Newtype macros for commonly reused types in Rust.
Documentation
[package]
name = "nova"
description = "Newtype macros for commonly reused types in Rust."
version = "0.2.3"
edition = "2018"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/bbqsrc/nova"

[dependencies]
uuid = { version = "0.8", optional = true }
heapless = { version = "0.7.4", optional = true }

[dev-dependencies]
uuid = { version = "0.8", features = ["serde", "v4"] }

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

[package.metadata.docs.rs]
features = ["heapless", "uuid"]
rustdoc-args = ["--cfg", "docsrs"]