wfst 0.6.0

An implementation of Weighted Finite-State Transducers (WFSTs) as described in: Mehryar Mohri, Fernando Pereira, and Michael Riley. "The design principles of a weighted finite-state transducer library," In: Theoretical Computer Science vol. 231 issue 1 (2000): pp. 17-32.
Documentation
[[bin]]
name = "main_wfst"
path = "src/main_wfst.rs"

[[bin]]
name = "main_semiring"
path = "src/main_semiring.rs"

[[bin]]
name = "test_semiring"
path = "src/test_semiring.rs"

[[bin]]
name = "example_shortestpath"
path = "src/example_shortestpath.rs"

[dependencies.bincode]
version = "0.6.0"

[dependencies.linked-hash-map]
version = "0.3.0"

[dependencies.rand]
version = "0.3.14"

[dependencies.rustc-serialize]
version = "0.3.19"

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

[package]
authors = ["Daniel van Niekerk <dvn.demitasse@gmail.com>"]
description = """
An implementation of Weighted Finite-State Transducers (WFSTs) as described in:

Mehryar Mohri, Fernando Pereira, and Michael Riley. "The design principles of a weighted finite-state transducer library," In: Theoretical Computer Science vol. 231 issue 1 (2000): pp. 17-32.
"""
documentation = "http://www.demitasse.co.za/rust/wfst"
homepage = "https://github.com/demitasse/wfst"
keywords = ["wfst", "fst"]
license = "MIT/Apache-2.0"
name = "wfst"
readme = "README.md"
repository = "https://github.com/demitasse/wfst"
version = "0.6.0"