# 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 = "ysay" version = "0.3.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "speech with siliconflow speech api" readme = "README.md" license = "MIT" [lib] name = "ysay" path = "src/lib.rs" [[bin]] name = "ysay" path = "src/main.rs" required-features = ["client"] [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11" optional = true [dependencies.homedir] version = "0.3.4" [dependencies.hound] version = "3.4.0" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", "blocking", "stream", ] default-features = false [dependencies.rodio] version = "0.19" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.structopt] version = "0.3" optional = true [dependencies.toml] version = "0.8.19" [features] client = [ "env_logger", "structopt", ] default = ["client"]