numerated 2.0.1

A library for working with intervals and sets of numerated 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.88"
name = "numerated"
version = "2.0.1"
authors = ["Gear Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for working with intervals and sets of numerated values"
homepage = "https://gear-tech.io"
documentation = "https://docs.rs/numerated"
readme = false
keywords = [
    "gear",
    "interval",
    "tree",
    "ranges",
    "no-std",
]
categories = [
    "mathematics",
    "no-std",
]
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
repository = "https://github.com/gear-tech/numerated"

[features]
default = []
mock = [
    "dep:log",
    "proptest/alloc",
    "proptest/no_std",
]

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

[dependencies.derive_more]
version = "2"
features = [
    "display",
    "from",
]
default-features = false

[dependencies.log]
version = "0.4"
optional = true
default-features = false

[dependencies.num-traits]
version = "0.2"
default-features = false

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

[dependencies.scale-info]
version = "2"
features = ["derive"]
default-features = false

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.proptest]
version = "1"