fastalp 0.1.41

World's fastest and highest-ratio lossless floating-point compression / 全球最快、压缩比最高的通用时序浮点无损压缩
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 = "2024"
name = "fastalp"
version = "0.1.41"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "World's fastest and highest-ratio lossless floating-point compression / 全球最快、压缩比最高的通用时序浮点无损压缩"
homepage = "https://github.com/webc-site/wedb_embed/tree/main/fastalp#readme"
documentation = "https://docs.rs/fastalp"
readme = "README.md"
keywords = [
    "compression",
    "floating-point",
    "lossless",
    "alp",
    "time-series",
]
categories = [
    "compression",
    "algorithms",
    "data-structures",
    "encoding",
    "database-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/webc-site/wedb_embed#readme"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
capi = []
default = []

[lib]
name = "fastalp"
crate-type = [
    "rlib",
    "staticlib",
    "cdylib",
]
path = "src/lib.rs"

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

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

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

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

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

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

[[test]]
name = "test_alp_dataset"
path = "tests/test_alp_dataset.rs"

[[test]]
name = "test_delta"
path = "tests/test_delta.rs"

[[test]]
name = "test_roundtrip"
path = "tests/test_roundtrip.rs"

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

[dependencies.fearless_simd]
version = "0.7.0"

[dependencies.thiserror]
version = "2.0.20"

[dev-dependencies.anyhow]
version = "1.0.104"

[dev-dependencies.aok]
version = "0.1.18"

[dev-dependencies.ctor]
version = "1.0.13"

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

[dev-dependencies.fastrand]
version = "2.5.0"

[dev-dependencies.graupel]
version = "0.1.0"

[dev-dependencies.log]
version = "0.4.34"

[dev-dependencies.log_init]
version = "0.1.39"

[dev-dependencies.lz4_flex]
version = "0.14.0"

[dev-dependencies.mimalloc]
version = "0.1.52"

[dev-dependencies.pco]
version = "1.0.3"

[dev-dependencies.snap]
version = "1.1.2"

[dev-dependencies.zstd]
version = "0.13.3"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(docsrs)"]