# 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 = "vrc-get" version = "1.8.2" authors = ["anatawa12 "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Open Source command line client of VRChat Package Manager." homepage = "https://github.com/anatawa12/vrc-get#readme" readme = "README.md" keywords = [ "vpm", "package-manager", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/anatawa12/vrc-get" [package.metadata.binstall] pkg-fmt = "bin" pkg-url = "{ repo }/releases/download/v{ version }/{ target }-{ name }{ binary-ext }" [[bin]] name = "vrc-get" path = "src/main.rs" [dependencies.anstyle] version = "1.0.7" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clap_complete] version = "4.5.1" [dependencies.color-print] version = "0.3.6" [dependencies.env_logger] version = "0.11.3" [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.itertools] version = "0.12.1" [dependencies.log] version = "0.4.21" [dependencies.reqwest] version = "0.12.4" default-features = false [dependencies.serde] version = "1.0.200" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.116" features = ["preserve_order"] [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "macros", "fs", ] [dependencies.vrc-get-vpm] version = "0.0.13" features = ["tokio"] default-features = false [build-dependencies.home] version = "0.5.9" [features] default = ["rustls"] experimental-vcc = [ "vrc-get-vpm/experimental-project-management", "vrc-get-vpm/experimental-unity-management", ] native-tls = ["vrc-get-vpm/native-tls"] rustls = ["vrc-get-vpm/rustls"]