# 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 = "wfst4str" version = "1.0.4" description = "Python library based on rustfst for manipulatig strings with wFSTs" homepage = "https://github.com/dmort27/wfst4str" documentation = "https://docs.rs/wfst4str/1.0.4/wfst4str/" readme = "README.md" keywords = ["fst", "wfst", "nlp", "linguistics", "python"] license = "MIT" [package.metadata.maturin] classifier = ["Programming Language :: Rust", "Operating System :: POSIX :: Linux"] [lib] name = "wfst4str" crate-type = ["cdylib", "rlib"] [dependencies.anyhow] version = "1.0.47" [dependencies.nom] version = "7.1.0" [dependencies.pyo3] version = "0.15.1" features = ["extension-module"] [dependencies.rand] version = "0.8.4" [dependencies.rustfst] version = "0.9.0"