dsfb-semiconductor 0.1.1

Deterministic DSFB semiconductor benchmark companion for SECOM and PHM-style dataset adapters
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 = "2021"
rust-version = "1.74"
name = "dsfb-semiconductor"
version = "0.1.1"
build = false
include = [
    "src/**",
    "tests/**",
    "examples/**",
    "paper/**",
    "notebooks/**",
    "dsfb_semiconductor.ipynb",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "dsfb-semiconductor"
description = "Deterministic DSFB semiconductor benchmark companion for SECOM and PHM-style dataset adapters"
homepage = "https://github.com/infinityabundance/dsfb"
readme = "README.md"
keywords = [
    "dsfb",
    "semiconductor",
    "process-control",
    "spc",
    "fdc",
]
categories = [
    "science",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/infinityabundance/dsfb"

[features]
default = ["std"]
std = [
    "serde/std",
    "thiserror/std",
    "dep:chrono",
    "dep:clap",
    "dep:csv",
    "dep:flate2",
    "dep:plotters",
    "dep:serde_json",
    "dep:tar",
    "dep:ureq",
    "dep:zip",
]

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

[[bin]]
name = "dsfb-semiconductor"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "serde",
]
optional = true

[dependencies.clap]
version = "4.5"
features = ["derive"]
optional = true

[dependencies.csv]
version = "1.3"
optional = true

[dependencies.flate2]
version = "1.0"
optional = true

[dependencies.plotters]
version = "0.3"
features = [
    "bitmap_backend",
    "bitmap_encoder",
    "line_series",
    "ttf",
]
optional = true
default-features = false

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.tar]
version = "0.4"
optional = true

[dependencies.thiserror]
version = "2.0"
default-features = false

[dependencies.ureq]
version = "2.10"
optional = true
default-features = true

[dependencies.zip]
version = "2"
features = ["deflate"]
optional = true
default-features = false

[dev-dependencies.tempfile]
version = "3.13"