linearize 0.1.6

Types that are enumerable and an array-backed map
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.83.0"
name = "linearize"
version = "0.1.6"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Types that are enumerable and an array-backed map"
readme = "README.md"
keywords = [
    "data-structure",
    "no_std",
    "enum",
]
categories = [
    "data-structures",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mahkoh/linearize"

[package.metadata.docs.rs]
all-features = true

[features]
all = [
    "std",
    "alloc",
    "derive",
    "serde-1",
    "arbitrary-1",
    "bytemuck-1",
    "rand-0_8",
    "rand-0_9",
]
alloc = [
    "rand-0_8?/alloc",
    "rand-0_9?/alloc",
]
arbitrary-1 = ["dep:arbitrary-1"]
bytemuck-1 = ["dep:bytemuck-1"]
default = ["std"]
derive = ["dep:linearize-derive"]
rand-0_8 = ["dep:rand-0_8"]
rand-0_9 = ["dep:rand-0_9"]
serde-1 = ["dep:serde-1"]
std = ["alloc"]

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

[dependencies.arbitrary-1]
version = "1.4"
optional = true
default-features = false
package = "arbitrary"

[dependencies.bytemuck-1]
version = "1.9"
optional = true
default-features = false
package = "bytemuck"

[dependencies.cfg-if]
version = "1"

[dependencies.linearize-derive]
version = "0.2.1"
optional = true

[dependencies.rand-0_8]
version = "0.8.3"
optional = true
default-features = false
package = "rand"

[dependencies.rand-0_9]
version = "0.9"
optional = true
default-features = false
package = "rand"

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

[dev-dependencies.static_assertions]
version = "1.1.0"

[build-dependencies.version_check]
version = "0.9.5"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(more_const_functions)"]