# 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 = "dsm" version = "1.0.2" authors = ["Yakiyo "] exclude = [ ".devcontainer/**", ".github/**", ".vscode/**", "tests/**", ".gitignore", "tools/**", "site/**", ] description = "Simplified version manager for the Dart SDK" homepage = "https://github.com/Yakiyo/dsm" readme = "README.md" license = "MIT" repository = "https://github.com/Yakiyo/dsm" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "3.2.25" features = [ "derive", "env", ] [dependencies.clap_complete] version = "3.2.5" [dependencies.dart-semver] version = "0.1.3" [dependencies.home] version = "0.5.5" [dependencies.human-panic] version = "1.1.4" [dependencies.serde_json] version = "1.0.99" [dependencies.tempfile] version = "3.5.0" [dependencies.ureq] version = "2.6.2" [dependencies.yansi] version = "0.5.1" [dependencies.zip] version = "0.6.5" [target."cfg(windows)".dependencies.junction] version = "1.0.0"