# 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 = "rember" version = "0.1.8" authors = ["Kenneth Larsen "] build = "build.rs" include = ["src/**/*", "Cargo.toml", "fixtures/**/*", "build.rs"] description = "A WIP clone of Ember CLI in Rust" homepage = "https://github.com/kennethlarsen/rember-cli" readme = "README.md" keywords = ["cli", "ember"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/kennethlarsen/rember-cli" [dependencies.assert_cmd] version = "0.11.1" [dependencies.assert_fs] version = "0.11" [dependencies.clap] version = "2.26.0" [dependencies.fs_extra] version = "1.1.0" [dependencies.include_dir] version = "0.2.1" [dependencies.indicatif] version = "0.11.0" [dependencies.predicates] version = "1.0" [dependencies.walkdir] version = "2" [build-dependencies.fs_extra] version = "1.1.0" [build-dependencies.walkdir] version = "2"