wavepeek 0.5.0

Command-line tool for RTL waveform inspection with deterministic machine-friendly output.
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.93"
name = "wavepeek"
version = "0.5.0"
authors = ["esynr3z"]
build = false
exclude = [
    ".devcontainer/*",
    ".github/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for RTL waveform inspection with deterministic machine-friendly output."
homepage = "https://github.com/kleverhq/wavepeek"
documentation = "https://docs.rs/wavepeek"
readme = "README.md"
keywords = [
    "rtl",
    "waveform",
    "vcd",
    "fst",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/kleverhq/wavepeek"

[lib]
name = "wavepeek"
path = "src/lib.rs"
bench = false

[[bin]]
name = "wavepeek"
path = "src/main.rs"
bench = false

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.clap]
version = "~4"
features = ["derive"]

[dependencies.include_dir]
version = "~0.7"

[dependencies.regex]
version = "~1"

[dependencies.serde]
version = "~1"
features = ["derive"]

[dependencies.serde_json]
version = "~1"

[dependencies.serde_yaml]
version = "~0.9"

[dependencies.thiserror]
version = "~2"

[dependencies.wellen]
version = "~0.20"

[dev-dependencies.assert_cmd]
version = "~2"

[dev-dependencies.criterion]
version = "~0.8"
features = ["csv_output"]

[dev-dependencies.insta]
version = "~1"

[dev-dependencies.predicates]
version = "~3"

[dev-dependencies.tempfile]
version = "~3"

[profile.dev.package.insta]
opt-level = 3

[profile.dev.package.similar]
opt-level = 3