# 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 = "neutrino" version = "0.3.1" authors = ["Alexis Lozano "] build = "build.rs" description = "A GUI frontend in Rust based on web-view" keywords = ["gui", "desktop", "web", "mvc"] categories = ["gui"] license = "MIT" repository = "https://github.com/alexislozano/neutrino/" [dependencies.base64] version = "0.10.1" [dependencies.json] version = "0.11.15" [dependencies.rsass] version = "0.11.0" [dependencies.strfmt] version = "0.1.6" [dependencies.web-view] version = "0.4.1" [build-dependencies.base64] version = "0.10.1" [build-dependencies.rsass] version = "0.11.0"