sicada 0.1.0

A weighted finite-state transducer (WFST) library, file-compatible with OpenFst
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"
version = "0.1.0"
authors = ["o24s <fulmlumo@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A weighted finite-state transducer (WFST) library, file-compatible with OpenFst"
readme = "README.md"
keywords = [
    "fst",
    "wfst",
    "transducer",
    "automata",
    "openfst",
]
categories = [
    "algorithms",
    "data-structures",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/o24s/sicada"

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

[features]
axioms = []
default = ["fst-types"]
fst-types = []

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.bitflags]
version = "2.13.2"

[dependencies.hashbrown]
version = "0.17.1"

[dependencies.log]
version = "0.4.34"

[dependencies.md-5]
version = "0.11.0"

[dependencies.memmap2]
version = "0.9.11"

[dependencies.pastey]
version = "0.2.3"

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

[dependencies.slab]
version = "0.4.12"

[dependencies.smallvec]
version = "1.16.1"

[dependencies.thiserror]
version = "2.0.20"

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