# 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 = "rung" version = "0.2.0" authors = ["Denys Vuika "] include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"] description = "Useful command-line tools for Angular projects written in Rust." keywords = ["angular", "cli"] categories = ["command-line-utilities", "development-tools"] license = "Apache-2.0" repository = "https://github.com/DenysVuika/rung" [dependencies.actix-files] version = "0.4.0" [dependencies.actix-web] version = "3.2.0" [dependencies.anyhow] version = "1.0.34" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.env_logger] version = "0.8.1" [dependencies.jsonschema] version = "0.4.0" [dependencies.log] version = "0.4.11" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.1.0" [dependencies.webbrowser] version = "0.5.5"