# 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] edition = "2018" name = "cargo-rutin-tizen" version = "0.1.0" authors = ["Anderson Danilo "] description = "Cargo tool to compile and run tizen wearable applications (wrapper arround tizen sdk tools)" homepage = "https://github.com/andersondanilo/cargo-rutin-tizen" readme = "README.md" keywords = ["tizen", "cargo", "plugin", "subcommand", "rutin"] categories = ["command-line-utilities", "development-tools", "development-tools::cargo-plugins"] license = "Apache-2.0" repository = "https://github.com/andersondanilo/cargo-rutin-tizen" [[bin]] name = "cargo-tizen" path = "src/cargo-tizen/main.rs" [dependencies.clap] version = "~2.33" [dependencies.cli-table] version = "0.4" [dependencies.colored] version = "2" [dependencies.dialoguer] version = "~0.8.0" [dependencies.sxd-document] version = "~0.3.2" [dependencies.sxd-xpath] version = "~0.4.2" [dependencies.toml] version = "~0.5.8"