# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "cargo-ruukh" version = "0.0.3" authors = ["Sharad Chand "] description = "CLI to build & run Ruukh apps." documentation = "https://docs.rs/cargo-ruukh" readme = "./README.md" keywords = ["CLI", "ruukh", "framework"] categories = ["command-line-utilities"] license = "MIT" repository = "https://www.github.com/csharad/cargo-ruukh" [dependencies.colored] version = "1.6.1" [dependencies.failure] version = "0.1.2" [dependencies.notify] version = "4.0.6" [dependencies.serde] version = "1.0.79" features = ["serde_derive"] [dependencies.structopt] version = "0.2.12" [dependencies.toml] version = "0.4.8" [dependencies.warp] version = "0.1.6"