# 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 = "niko-cli" version = "0.1.8" authors = ["Vengarioth | Andreas Fischer "] description = "the niko wasm game engine tools" homepage = "https://github.com/niko-rs/niko-cli" documentation = "https://docs.rs/niko-cli" readme = "readme.md" keywords = ["game", "engine", "framework", "gamedev"] categories = ["game-engines"] license = "MIT" repository = "https://github.com/niko-rs/niko-cli" [[bin]] name = "niko" path = "./src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.futures-util] version = "0.3" [dependencies.git2] version = "0.13" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.13" [dependencies.hyper-staticfile] version = "0.5" [dependencies.notify] version = "4.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.tinytemplate] version = "1.1" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.webbrowser] version = "0.5"