intarray 0.1.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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "intarray"
version = "0.1.0"
authors = ["Takashi WATANABE <wtnb75@gmail.com>"]
description = "memory efficient integer array"
readme = "README.md"
keywords = ["array", "memory"]
license-file = "LICENSE"
repository = "https://github.com/wtnb75/intarray"

[[example]]
name = "bench"
[dependencies.env_logger]
version = "0.6.2"

[dependencies.log]
version = "0.4.8"

[dependencies.rand]
version = "0.7.0"

[dependencies.serde]
version = "1.0.99"
[dev-dependencies.clap]
version = "2.33.0"

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

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

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

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

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

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

[dev-dependencies.test-env-log]
version = "0.1.0"