# 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 = "plating" version = "0.0.1" authors = ["Marcel Lambert "] exclude = ["book/*", "examples/*", ".rusty-hooks/*", "commitmessage", "setup-git.sh", ".conform.yaml", ".clog.toml"] description = "PLATING - the UI for RUST. Uses native widgets and gives the user complete and full control over the ui." documentation = "https://plating-rust.github.io/" readme = "README.md" keywords = ["gui", "css", "styles", "layout", "native"] categories = ["gui", "rendering::engine", "multimedia"] license = "MIT" repository = "https://github.com/plating-rust/plating" [dev-dependencies.clippy] version = "^0" [dev-dependencies.clog-cli] version = "^0.9.3" [badges.maintenance] status = "actively-developed"