rustfst-ffi 1.3.1

Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs). Rustfst-ffi provides C interfaces of the Rust library
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-ffi"
version = "1.3.1"
authors = [
    "Emrick Sinitambirivoutin <emrick.sinitambirivoutin@sonos.com>",
    "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). 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"

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

[lib]
name = "rustfst_ffi"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.downcast-rs]
version = "2"

[dependencies.ffi-convert]
version = "0.6"

[dependencies.libc]
version = "0.2"

[dependencies.rustfst]
version = "=1.3.1"