openvariant 0.1.0

A fast, correct implementation of the Open Variant data type
Documentation
[dependencies.anyhow]
version = "1.0.99"

[dependencies.indexmap]
version = "2.11.0"

[dependencies.simdutf8]
optional = true
version = "0.1.5"

[features]
simdutf8 = ["dep:simdutf8"]

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

[package]
authors = ["Matthew Kim <matthew@pydantic.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A fast, correct implementation of the Open Variant data type"
edition = "2024"
exclude = ["fuzz/*", "fuzz.sh", "regressions/", ".github/"]
license = "MIT"
name = "openvariant"
readme = "README.md"
repository = "https://github.com/friendlymatthew/openvariant/"
version = "0.1.0"

[profile.release]
codegen-units = 1
lto = "fat"
panic = "abort"

[profile.release-debug]
debug = 1
inherits = "release"