rustfst 1.3.0

Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs).
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 = "2018"
name = "rustfst"
version = "1.3.0"
authors = ["Alexandre Caulier<alexandre.caulier@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)."
documentation = "https://docs.rs/rustfst"
readme = "README.md"
keywords = [
    "FST",
    "graph",
    "transducer",
    "acceptor",
    "shortest-path",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/Garvys/rustfst"

[features]
default = ["state-label-u32"]
state-label-u32 = []

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

[dependencies.anyhow]
version = "1"

[dependencies.bimap]
version = "0.6"

[dependencies.binary-heap-plus]
version = "0.5"

[dependencies.bitflags]
version = "2.5"

[dependencies.generic-array]
version = "1"

[dependencies.itertools]
version = "0.14"

[dependencies.nom]
version = "7"

[dependencies.num-traits]
version = "0.2"

[dependencies.ordered-float]
version = "5"

[dependencies.rand]
version = "0.9"

[dependencies.rand_chacha]
version = "0.9"

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

[dependencies.stable_bst]
version = "0.2"

[dependencies.superslice]
version = "1"

[dev-dependencies.counter]
version = "0.7"

[dev-dependencies.doc-comment]
version = "0.3.1"

[dev-dependencies.path_abs]
version = "0.5"

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

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

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

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