# 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-ffi" version = "1.1.2" authors = [ "Emrick Sinitambirivoutin ", "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). Rustfst-ffi provides C interfaces of the Rust library" documentation = "https://docs.rs/rustfst" readme = "README.md" keywords = [ "FST", "graph", "transducer", "acceptor", "ffi", ] license = "MIT/Apache-2.0" repository = "https://github.com/garvys-org/rustfst" [lib] name = "rustfst_ffi" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.downcast-rs] version = "1.2.0" [dependencies.ffi-convert] version = "0.5" [dependencies.libc] version = "0.2" [dependencies.rustfst] version = "=1.1.2" [features] default = ["rustfst-state-label-u32"] rustfst-state-label-u32 = ["rustfst/state-label-u32"]