[package]
name = "wyz"
version = "0.6.1"
authors = [
"myrrlyn <self@myrrlyn.dev>",
]
edition = "2018"
categories = [
"no-std",
]
description = "myrrlyn’s utility collection"
documentation = "https://docs.rs/wyz"
homepage = "https://myrrlyn.net/crates/wyz"
include = [
"Cargo.toml",
"LICENSE.txt",
"README.md",
"src/**/*.rs",
]
keywords = [
]
license = "MIT"
readme = "README.md"
repository = "https://github.com/myrrlyn/wyz"
rust-version = "1.40"
[dependencies]
[dependencies.once_cell]
version = "1"
optional = true
[dependencies.tap]
version = "1.0.1"
[features]
alloc = []
default = ["std"]
std = ["alloc"]