# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "frui" version = "0.0.1" authors = ["Jakub Idzik "] exclude = [ "assets/", ".vscode/", ".github/", ] description = "A developer-friendly framework for building user interfaces in Rust" readme = "README.md" keywords = [ "gui", "ui", "framework", "frui", ] categories = ["gui"] license = "MIT OR Apache-2.0" repository = "https://github.com/fruiframework/frui" [dependencies.frui_core] version = "0.0.1" [dependencies.frui_widgets] version = "0.0.1" [dev-dependencies.rand] version = "0.8.5" [features] miri = [ "frui_core/miri", "frui_widgets/miri", ]