fst-reader 0.15.0

FST wavedump format reader implemented in safe Rust. Formerly known as fst-native.
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 = "fst-reader"
version = "0.15.0"
authors = ["Kevin Laeufer <laeufer@cornell.edu>"]
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "src/",
    "tests/",
    "examples/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FST wavedump format reader implemented in safe Rust. Formerly known as fst-native."
homepage = "https://github.com/ekiwi/fst-reader"
readme = false
keywords = [
    "fst",
    "waveform",
    "wavedump",
]
license = "BSD-3-Clause"
repository = "https://github.com/ekiwi/fst-reader"

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

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

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

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

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

[dependencies.lz4_flex]
version = "0.12.0"

[dependencies.miniz_oxide]
version = "0.9.0"
features = ["std"]

[dependencies.num_enum]
version = "0.7"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.fst-sys]
version = "0.2.0"

[dev-dependencies.leb128]
version = "0.2.5"

[dev-dependencies.proptest]
version = "1.9"

[dev-dependencies.proptest-derive]
version = "0.8"

[profile.release]
debug = 2