# 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 = "dvm" version = "1.8.8" authors = [ "迷渡 ", "CGQAQ ", ] default-run = "dvm" description = "Deno Version Manager - Easy way to manage multiple active deno versions." documentation = "https://docs.rs/dvm" readme = "README.md" keywords = [ "deno", "version", "dvm", "utils", ] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/justjavac/dvm" [package.metadata.winres] FileDescription = "Deno Version Manager - Easy way to manage multiple active deno versions." LegalCopyright = "© Dvm contributors. MIT licensed." OriginalFilename = "dvm.exe" ProductName = "Dvm" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [[bin]] name = "dvm" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.asserts-rs] version = "0.3.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "4.4.10" [dependencies.clap_complete] version = "4.4.4" [dependencies.clap_derive] version = "4.4.7" [dependencies.colored] version = "2.0.4" [dependencies.dirs] version = "5.0.1" [dependencies.indicatif] version = "0.17.7" [dependencies.json_minimal] version = "0.1.3" [dependencies.native-tls] version = "0.2.11" features = ["vendored"] [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.semver] version = "1.0.20" [dependencies.serde] version = "1.0.19" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.set_env] version = "1.3.4" [dependencies.tempfile] version = "3.8.1" [dependencies.tinyget] version = "1.0.1" features = ["https"] [dependencies.which] version = "5.0.0" [target."cfg(windows)".dependencies.ctor] version = "0.2.5" [target."cfg(windows)".dependencies.output_vt100] version = "0.1.3" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["winnls"]