# 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 = "dver" version = "0.1.0" authors = ["Sergio Triana Escobedo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool for managing .NET SDK versions, including installation and version switching." homepage = "https://github.com/stescobedo92/dotnet-version-manager" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/stescobedo92/dotnet-version-manager" [[bin]] name = "dver" path = "src/main.rs" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.once_cell] version = "1.19.0" [dependencies.reqwest] version = "0.12.5" features = ["blocking"] [dependencies.serde_json] version = "1.0.122" [dependencies.tokio] version = "1" features = ["full"]