[dependencies.id_newtype_macros]
optional = true
version = "0.3.0"
[features]
default = []
macros = ["dep:id_newtype_macros"]
[lib]
crate-type = ["cdylib", "rlib"]
name = "id_newtype"
path = "src/lib.rs"
[package]
authors = ["Azriel Hoh <azriel91@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config"]
description = "Implements logic for a `Cow<'static, str>` newtype where only `[A-Za-z0-9_]` are valid characters."
documentation = "https://docs.rs/id_newtype/"
edition = "2024"
homepage = "https://github.com/azriel91/id_newtype"
keywords = ["id"]
license = "MIT OR Apache-2.0"
name = "id_newtype"
readme = "README.md"
repository = "https://github.com/azriel91/id_newtype"
resolver = "2"
version = "0.3.0"
[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.106"