# 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 = "2021" name = "deepphonemizer" version = "1.0.0" authors = [ "Layetri ", "Wouter Besse ", ] description = "A Rust implementation of the DeepPhonemizer G2P model (inference only)." readme = "README.md" keywords = [ "g2p", "linguistics", "phonemizer", "deepphonemizer", ] license = "MIT" repository = "https://github.com/ExpressiveLabs/deepphonemizer-rs" [dependencies.anyhow] version = "1.0.75" [dependencies.dotenv] version = "0.15.0" [dependencies.itertools] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-pickle] version = "1.1.1" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9.27" [dependencies.tch] version = "0.14.0" features = ["download-libtorch"]