# 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-creator" version = "0.4.1" authors = ["enfipy ", "olvyko "] description = "Tool that helps build apps for Android and iOS" readme = "../../README.md" keywords = ["tool", "android", "ios"] license = "Apache-2.0" repository = "https://github.com/creator-rs/creator" [lib] name = "cli" path = "src/lib.rs" [[bin]] name = "creator" path = "src/creator.rs" [[bin]] name = "cargo-creator" path = "src/main.rs" [dependencies.cargo_toml] version = "0.8" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.colored] version = "2.0" [dependencies.creator-tools] version = "0.4.1" [dependencies.displaydoc] version = "0.1" [dependencies.dunce] version = "1.0" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [features] android = [] default = ["android", "ios"] ios = []