# 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 = "gpt_sovits_rs" version = "0.2.1" authors = ["csh <458761603@qq.com>"] description = "A GPT_Sovits inference lib in Rust base on pytorch" readme = "README.md" license = "MIT" repository = "https://github.com/second-state/gpt_sovits_rs" [dependencies.anyhow] version = "1.0.87" [dependencies.arpabet] version = "2.0.0" [dependencies.env_logger] version = "0.11.5" [dependencies.jieba-rs] version = "0.7" features = [ "tfidf", "textrank", ] [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.pest] version = "2.7" [dependencies.pest_derive] version = "2.7" [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tch] version = "0.17.0" [dependencies.text-splitter] version = "0.18" [dependencies.tokenizers] version = "0.20.0" features = ["onig"] default-features = false [dependencies.wav_io] version = "0.1.14" [dev-dependencies.pinyin] version = "0.10.0"