[package] name = "voicevox-dyn" description = "dynamically load and run voicevox from rust" version = "0.3.0" edition = "2021" license = "MIT" repository = "https://github.com/chronicl/voicevox-dyn" [dependencies] libloading = "0.8.0" tracing = "0.1.37" color-eyre = "0.6.2" ouroboros = "0.18.0" ureq = "2.7.1" [dev-dependencies] tracing-subscriber = "0.3"