inline-array 0.1.15

efficient immutable inlinable byte array
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 = "inline-array"
version = "0.1.15"
authors = ["Tyler Neely <tylerneely@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "efficient immutable inlinable byte array"
readme = "README.md"
keywords = [
    "multi-threaded",
    "performance",
    "io",
]
categories = [
    "concurrency",
    "data-structures",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/komora-io/inline-array"

[features]
concurrent_map_minimum = ["concurrent-map"]
fake_32_bit = []

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

[[example]]
name = "bench"
path = "examples/bench.rs"

[dependencies.concurrent-map]
version = "5.0"
features = ["serde"]
optional = true

[dependencies.serde]
version = "1.0"
optional = true

[dev-dependencies.bincode]
version = "1.3.3"

[dev-dependencies.quickcheck]
version = "1.0.3"

[profile.release]
debug = 2