lab-rs 0.1.1

Toolkit and library for reading, writing, and manipulating HTK .lab label files
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 = "lab-rs"
version = "0.1.1"
build = false
exclude = [
    "*.lab",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Toolkit and library for reading, writing, and manipulating HTK .lab label files"
readme = "README.md"
keywords = [
    "htk",
    "lab",
    "label",
    "speech",
    "alignment",
]
categories = [
    "parser-implementations",
    "command-line-utilities",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/WasThatZero/lab-rs"

[package.metadata.docs.rs]
features = ["serde"]

[features]
cli = [
    "dep:clap",
    "dep:serde_json",
    "serde",
]
default = []
serde = ["dep:serde"]

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

[[bin]]
name = "lab"
path = "src/main.rs"
required-features = ["cli"]

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

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

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

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

[dev-dependencies.serde_json]
version = "1"