# 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 = "vscli" version = "1.0.0" authors = ["Michael Lohr "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool to launch vscode projects, which supports devcontainers." homepage = "https://github.com/michidk/vscli" documentation = "https://github.com/michidk/vscli" readme = "README.md" keywords = [ "development", "settings", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/michidk/vscli" [[bin]] name = "vscli" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" features = [ "std", "clock", "serde", ] default-features = false [dependencies.clap] version = "4.5.4" features = [ "derive", "color", "help", "usage", "suggestions", "wrap_help", "env", ] [dependencies.clap-verbosity-flag] version = "2.2.0" [dependencies.color-eyre] version = "0.6.3" [dependencies.crossterm] version = "0.28.1" [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11.3" [dependencies.hex] version = "0.4.3" [dependencies.inquire] version = "0.7.5" [dependencies.json5] version = "0.4.1" [dependencies.log] version = "0.4.21" [dependencies.ratatui] version = "0.28.1" [dependencies.serde] version = "1.0.199" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.url] version = "2.5.0" [dependencies.walkdir] version = "2.5.0" [dependencies.wslpath2] version = "0.1.1"