classnames-const-rs 0.1.0

A Rust implementation of the classnames utility for conditionally joining class names at compile time.
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 = "2024"
name = "classnames-const-rs"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust implementation of the classnames utility for conditionally joining class names at compile time."
documentation = "https://docs.rs/classnames-const-rs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/flattoride/classnames-rs/tree/main/crates/classnames-const-rs"
resolver = "2"

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

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.const_format]
version = "0.2.34"
features = ["rust_1_64"]

[dependencies.constcat]
version = "0.6.1"