# 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 = "cargo-commander" version = "2.0.15" authors = ["Simon Hyll "] exclude = [ ".idea", ".github", ".gitignore", "cargo-commander.iml", ] default-run = "cargo-cmd" description = "Like npm scripts, but better" homepage = "https://simonhyll.github.io/cargo-commander/" documentation = "https://github.com/simonhyll/cargo-commander/wiki" readme = "README.md" keywords = [ "cargo", "commander", "cmd", "scripts", "commands", ] categories = [ "development-tools", "development-tools::cargo-plugins", "command-line-utilities", ] license-file = "LICENSE.txt" repository = "https://github.com/simonhyll/cargo-commander" [[bin]] name = "cargo-cmd" path = "src/main.rs" [dependencies.dotenv] version = "0.15" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tauri] version = "1.0" features = ["api-all"] optional = true [dependencies.tempfile] version = "3.3.0" [dependencies.toml] version = "0.5.8" [build-dependencies.tauri-build] version = "1.0" features = [] optional = true [features] custom-protocol = ["tauri/custom-protocol"] gui = [ "tauri", "tauri-build", "custom-protocol", ]