refining-length 0.1.0

Refining based on length.
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.96"
name = "refining-length"
version = "0.1.0"
authors = ["nekitdev <nekit@nekit.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Refining based on length."
documentation = "https://docs.rs/refining-length"
readme = "README.md"
keywords = [
    "refinement",
    "type",
    "length",
]
license = "MIT"
repository = "https://github.com/nekitdev/refining"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

[dependencies.refining-core]
version = "0.1.0"
default-features = false