jetro-experimental 0.2.0

SIMD accelerated structural indexing and Mison algorithm for jetro
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"
name = "jetro-experimental"
version = "0.2.0"
authors = ["Milad (Mike) Taghavi <mitghi.at.me.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SIMD accelerated structural indexing and Mison algorithm for jetro"
readme = "README.md"
license = "MIT"

[features]
default = []
fast-numbers = ["dep:fast-float"]
multi-key = ["dep:aho-corasick"]
validate-utf8 = ["dep:simdutf8"]

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

[[bin]]
name = "demo"
path = "src/bin/demo.rs"

[dependencies.aho-corasick]
version = "1"
optional = true

[dependencies.croaring]
version = "2"

[dependencies.fast-float]
version = "0.2"
optional = true

[dependencies.memchr]
version = "2"

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

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]
default-features = false

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

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1