# 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 = "piper-rs" version = "0.1.1" description = "Use vits model based on piper in Rust" readme = "README.md" license = "MIT" resolver = "1" [dependencies.espeak-rs] version = "0.1.1" [dependencies.flume] version = "0.11.0" features = ["async"] default-features = false [dependencies.ndarray] version = "0.16.1" [dependencies.once_cell] version = "1.18.0" [dependencies.ort] version = "2.0.0-rc.1" [dependencies.rayon] version = "1.8.1" [dependencies.riff-wave] version = "0.1.3" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.sonic-rs-sys] version = "0.1.1" [dev-dependencies.ort] version = "=2.0.0-rc.5" [dev-dependencies.rodio] version = "0.19.0"