# 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 = "voicevox-dyn" version = "0.3.0" description = "dynamically load and run voicevox from rust" readme = "README.md" license = "MIT" repository = "https://github.com/chronicl/voicevox-dyn" [dependencies.color-eyre] version = "0.6.2" [dependencies.libloading] version = "0.8.0" [dependencies.ouroboros] version = "0.18.0" [dependencies.tracing] version = "0.1.37" [dependencies.ureq] version = "2.7.1" [dev-dependencies.tracing-subscriber] version = "0.3"