# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "wfst" version = "0.6.0" authors = ["Daniel van Niekerk "] description = "An implementation of Weighted Finite-State Transducers (WFSTs) as described in:\n\nMehryar 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.\n" homepage = "https://github.com/demitasse/wfst" documentation = "http://www.demitasse.co.za/rust/wfst" readme = "README.md" keywords = ["wfst", "fst"] license = "MIT/Apache-2.0" repository = "https://github.com/demitasse/wfst" [lib] name = "wfst" path = "src/wfst.rs" [[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.rustc-serialize] version = "0.3.19" [dependencies.rand] version = "0.3.14" [dependencies.linked-hash-map] version = "0.3.0" [dependencies.bincode] version = "0.6.0"