sicada-decode 0.1.0

Speech decoding over sicada's WFSTs: Viterbi, lattices, CTC and forced alignment
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.88"
name = "sicada-decode"
version = "0.1.0"
authors = ["o24s <fulmlumo@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Speech decoding over sicada's WFSTs: Viterbi, lattices, CTC and forced alignment"
readme = "README.md"
keywords = [
    "asr",
    "ctc",
    "lattice",
    "decoder",
    "wfst",
]
categories = [
    "algorithms",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/o24s/sicada"

[package.metadata.docs.rs]
all-features = true

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

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

[dependencies.sicada]
version = "0.1.0"

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

[dev-dependencies.sicada]
version = "0.1.0"
features = ["axioms"]

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