# 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 = "simi-cli" version = "0.1.8" authors = ["Limira"] description = "A command line tool to help build, test, serve a Simi app" readme = "./README.md" categories = ["wasm", "web-programming"] license-file = "LICENSE" repository = "https://gitlab.com/limira-rs/simi-cli" [[bin]] name = "simi" path = "src/main.rs" [dependencies.cargo_metadata] version = "0.7" [dependencies.cargo_toml] version = "0.6" [dependencies.clap] version = "2.32" [dependencies.failure] version = "0.1" [dependencies.failure_derive] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.hyper] version = "0.12" [dependencies.mime_guess] version = "1.8" [dependencies.notify] version = "4.0" [dependencies.regex] version = "1.1" [dependencies.rsass] version = "0.9" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.tokio] version = "0.1" [dependencies.tokio-fs] version = "0.1" [dependencies.tokio-io] version = "0.1" [dependencies.toml] version = "0.5" [dependencies.walkdir] version = "2.2"