wellen 0.24.2

Fast VCD and FST library for waveform viewers written in Rust.
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"
rust-version = "1.90.0"
name = "wellen"
version = "0.24.2"
authors = ["Kevin Laeufer <laeufer@berkeley.edu>"]
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "Readme.md",
    "src/",
    "benches/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast VCD and FST library for waveform viewers written in Rust."
readme = "Readme.md"
keywords = [
    "vcd",
    "fst",
    "waveform",
    "wavedump",
]
license = "BSD-3-Clause"
repository = "https://github.com/ekiwi/wellen"
resolver = "2"

[features]
serde1 = ["dep:serde"]

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

[dependencies.fst-reader]
version = "0.16.6"

[dependencies.indexmap]
version = "2.13"

[dependencies.leb128]
version = "0.2.5"

[dependencies.lz4_flex]
version = "0.13.0"

[dependencies.memmap2]
version = "0.9.10"

[dependencies.miniz_oxide]
version = "0.9"

[dependencies.num_enum]
version = "0.7.6"

[dependencies.rayon]
version = "1.11.0"

[dependencies.rustc-hash]
version = "2.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.smallvec]
version = "1.15.1"
features = ["union"]

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.bytesize]
version = "2.3"

[dev-dependencies.clap]
version = "4.6"
features = ["derive"]

[dev-dependencies.indicatif]
version = "0.18"

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

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

[dev-dependencies.rand]
version = "0.10.1"

[dev-dependencies.vcd]
version = "0.7.0"