# 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 = "vtubestudio-cli" version = "0.4.0" description = "CLI program for interacting with the VTube Studio API" homepage = "https://github.com/walfie/vtubestudio-cli" readme = "README.md" keywords = [ "vtubestudio", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/walfie/vtubestudio-cli" [[bin]] name = "vts" path = "src/main.rs" [dependencies.anyhow] version = "1.0.47" [dependencies.directories] version = "4.0.1" [dependencies.once_cell] version = "1.8.0" [dependencies.parse_duration] version = "2.1.1" [dependencies.read_color] version = "1.0.0" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.71" [dependencies.structopt] version = "0.3.25" [dependencies.tokio] version = "1.14.0" features = [ "macros", "time", ] [dependencies.tracing] version = "0.1.29" [dependencies.tracing-subscriber] version = "0.3.1" [dependencies.vtubestudio] version = "0.8.0"