fsst 0.21.0

FSST string compression
Documentation
[dependencies.rand]
features = ["small_rng"]
version = "0.8.3"

[dev-dependencies.arrow-array]
version = "53.2"

[dev-dependencies.lance-datagen]
version = "=0.21.0"

[dev-dependencies.rand_xoshiro]
version = "0.6.0"

[dev-dependencies.test-log]
version = "0.2.15"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "fs", "sync"]
version = "1.23"

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

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

[lints.clippy]
dbg_macro = "deny"
fallible_impl_from = "deny"
manual_let_else = "deny"
multiple-crate-versions = "allow"
print_stderr = "deny"
print_stdout = "deny"
redundant_clone = "deny"
redundant_pub_crate = "deny"
string_add = "deny"
string_add_assign = "deny"
string_lit_as_bytes = "deny"
string_to_string = "deny"
trait_duplication_in_bounds = "deny"
use_self = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "deny"
priority = -1

[lints.clippy.style]
level = "deny"
priority = -1

[package]
authors = ["Lance Devs <dev@lancedb.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database-implementations", "data-structures", "development-tools", "science"]
description = "FSST string compression"
edition = "2021"
keywords = ["data-format", "data-science", "machine-learning", "apache-arrow", "data-analytics"]
license = "Apache-2.0"
name = "fsst"
readme = "README.md"
repository = "https://github.com/lancedb/lance"
rust-version = "1.80.1"
version = "0.21.0"