# 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 = "sbv2_core" version = "0.2.0-alpha4" description = "Style-Bert-VITSの推論ライブラリ" documentation = "https://docs.rs/sbv2_core" readme = "README.md" license = "MIT" repository = "https://github.com/tuna2134/sbv2-api" [dependencies.anyhow] version = "1.0.86" [dependencies.dotenvy] version = "0.15.7" [dependencies.env_logger] version = "0.11.5" [dependencies.hound] version = "3.5.1" [dependencies.jpreprocess] version = "0.10.0" features = ["naist-jdic"] [dependencies.ndarray] version = "0.16.1" [dependencies.num_cpus] version = "1.16.0" [dependencies.once_cell] version = "1.19.0" [dependencies.ort] version = "2.0.0-rc.8" optional = true [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tar] version = "0.4.41" [dependencies.thiserror] version = "1.0.63" [dependencies.tokenizers] version = "0.20.0" default-features = false [dependencies.zstd] version = "0.13.2" [features] coreml = [ "ort/coreml", "std", ] cuda = [ "ort/cuda", "std", ] cuda_tf32 = [ "std", "cuda", ] default = ["std"] directml = [ "ort/directml", "std", ] dynamic = [ "ort/load-dynamic", "std", ] no_std = ["tokenizers/unstable_wasm"] std = [ "dep:ort", "tokenizers/progressbar", "tokenizers/onig", "tokenizers/esaxx_fast", ] tensorrt = [ "ort/tensorrt", "std", ]