# 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.1.2" authors = ["Alexandre Caulier"] build = 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" [lib] name = "rustfst" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.bimap] version = "0.6" [dependencies.binary-heap-plus] version = "0.1" [dependencies.bitflags] version = "2.5" [dependencies.generic-array] version = "0.12" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.itertools] version = "0.12" [dependencies.nom] version = "7" [dependencies.num-traits] version = "0.2" [dependencies.ordered-float] version = "4.0" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.stable_bst] version = "0.2" [dependencies.superslice] version = "1" [dependencies.typenum] version = "1.10" [dependencies.unsafe_unwrap] version = "0.1" [dev-dependencies.counter] version = "0.4" [dev-dependencies.doc-comment] version = "0.3.1" [dev-dependencies.path_abs] version = "0.5" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.proptest] version = "0.9.4" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tempfile] version = "3.0" [features] default = ["state-label-u32"] state-label-u32 = []