# 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-vpm" version = "0.0.13" authors = ["anatawa12 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Open Source client of VRChat Package Manager. This is the library is made for vrc-get." 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" [lib] name = "vrc_get_vpm" path = "src/lib.rs" [[test]] name = "add_package_to_project" path = "tests/add_package_to_project.rs" [[test]] name = "reading_project" path = "tests/reading_project.rs" [[test]] name = "remove_package" path = "tests/remove_package.rs" [[test]] name = "resolve_project" path = "tests/resolve_project.rs" [[test]] name = "vfs_test" path = "tests/vfs_test.rs" [dependencies.async-stream] version = "0.3.5" [dependencies.async_zip] version = "0.0.17" features = [ "deflate", "tokio", "deflate64", ] [dependencies.either] version = "1.11.0" [dependencies.enum-map] version = "2.7.3" [dependencies.futures] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.itertools] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.21" [dependencies.pin-project-lite] version = "0.2.14" [dependencies.reqwest] version = "0.12.4" features = ["stream"] default-features = false [dependencies.serde] version = "1.0.200" features = [ "derive", "rc", ] [dependencies.serde-value] version = "0.7.0" [dependencies.serde_json] version = "1.0.116" features = ["preserve_order"] [dependencies.serde_path_to_error] version = "0.1.16" [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.37.0" features = [ "fs", "process", ] optional = true [dependencies.tokio-util] version = "0.7.11" [dependencies.url] version = "2.5.0" features = ["serde"] [dependencies.uuid] version = "1.8.0" features = ["v4"] [dependencies.vrc-get-litedb] version = "0.1.4" optional = true [features] default = ["rustls"] experimental-project-management = [ "vrc-get-litedb", "unity-hub", "unity", ] experimental-unity-management = [ "vrc-get-litedb", "dep:winreg", ] native-tls = ["reqwest/native-tls-vendored"] rustls = ["reqwest/rustls-tls-native-roots"] unity = ["tokio"] unity-hub = ["tokio"] [target."cfg(windows)".dependencies.dirs-sys] version = "0.4.1" [target."cfg(windows)".dependencies.winreg] version = "0.52.0" optional = true