isx 0.1.6

Traits for checking certain conditions of values
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"
rust-version = "1.85.0"
name = "isx"
version = "0.1.6"
authors = ["Jens Reimann <ctron@dentrassi.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Traits for checking certain conditions of values"
readme = "README.md"
keywords = ["traits"]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/ctron/is-x"

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

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

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

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

[dependencies.bytes]
version = "1"
optional = true
default-features = false

[dependencies.isx-macros]
version = "0.1.5"

[dependencies.serde_json]
version = "1"
features = ["alloc"]
optional = true
default-features = false