intarray 0.3.0

memory efficient integer 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 = "2021"
rust-version = "1.87"
name = "intarray"
version = "0.3.0"
authors = ["Watanabe Takashi <wtnb75@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "memory efficient integer array"
readme = "README.md"
keywords = [
    "array",
    "memory",
]
license-file = "LICENSE"
repository = "https://github.com/wtnb75/intarray"

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

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

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1"

[dev-dependencies.clap]
version = "4"

[dev-dependencies.digest]
version = "0.10"

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

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

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

[dev-dependencies.serde_yaml]
version = "0.9"

[dev-dependencies.sha2]
version = "0.10"

[dev-dependencies.test-log]
version = "0.2"
features = ["env_logger"]