# 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 = "awesome-app" version = "0.1.5" authors = ["Jeremy Chone "] description = "Rust CLI to create Awesome Desktop And Cloud Applications with Rust." homepage = "https://awesomeapp.dev" readme = "README.md" categories = [ "gui", "web-programming", "command-line-utilities", "config", ] license = "MIT OR Apache-2.0" repository = "https://github.com/awesomeapp-dev/" [dependencies.aho-corasick] version = "1" [dependencies.clap] version = "4" features = ["cargo"] [dependencies.regex] version = "1.6" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.sysinfo] version = "0.29" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.7" [dev-dependencies.anyhow] version = "1"