hexane 0.2.1

A columnar compression library used by automerge
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.80.0"
name = "hexane"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A columnar compression library used by automerge"
readme = "README.md"
license = "MIT"
repository = "https://github.com/automerge/automerge"

[features]
slow_path_assertions = []
wasm = ["web-sys"]

[lib]
name = "hexane"
path = "src/lib.rs"
bench = false

[[bench]]
name = "insert"
path = "benches/insert.rs"
harness = false

[[bench]]
name = "seek"
path = "benches/seek.rs"
harness = false

[[bench]]
name = "splice"
path = "benches/splice.rs"
harness = false

[dependencies.leb128]
version = "^0.2.5"

[dependencies.thiserror]
version = "^2.0.12"

[dependencies.web-sys]
version = "^0.3.55"
features = ["console"]
optional = true

[dev-dependencies.divan]
version = "0.1.15"

[dev-dependencies.proptest]
version = "^1.7"
features = ["std"]
default-features = false

[dev-dependencies.rand]
version = "^0.9"
features = ["small_rng"]
optional = false

[profile.release]
debug = 2