# 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 = "dev_environment_launcher" version = "0.2.0" authors = ["Borna Cvitanić borna.cvitanic@gmail.com"] description = "Dev Environment Launcher is a command-line tool to help manage and open development projects for work environments like Unity and Rust." readme = "README.md" keywords = [ "cli", "tool", "unity", "development", "project-management", ] categories = [ "command-line-utilities", "development-tools", ] license-file = "LICENSE.md" repository = "https://github.com/bornacvitanic/rust-csharp-doc-generator" [[bin]] name = "devenv" path = "src/main.rs" [dependencies.config] version = "0.14.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.structopt-derive] version = "0.4" [dependencies.toml] version = "0.8.15" [dev-dependencies.tempfile] version = "3.2"