wetutil 0.4.2

One-stop crate for all the rust features that I'm missing
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.76"
name = "wetutil"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "One-stop crate for all the rust features that I'm missing"
homepage = "https://github.com/wetfloo/wetutil"
readme = "README.md"
license = "MIT"
repository = "https://github.com/wetfloo/wetutil"

[features]
alloc = []
default = ["type-name"]
std = ["alloc"]
type-name = [
    "alloc",
    "dep:pretty-type-name-alloc",
]

[lib]
name = "wetutil"
path = "src/lib.rs"

[dependencies.pretty-type-name-alloc]
version = "1"
optional = true