inset 0.4.0

UI framework: Flutter's widgets, plus Entity, on a Rust render engine
# 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 = "2024"
name = "inset"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UI framework: Flutter's widgets, plus Entity, on a Rust render engine"
homepage = "https://inset.rs"
readme = false
keywords = [
    "ui",
    "gui",
    "flutter",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/inset-rs/inset"

[lib]
name = "inset"
path = "src/lib.rs"

[dependencies.inset-embedder]
version = "0.4.0"

[dependencies.inset-embedder-default]
version = "0.4.0"

[dependencies.inset-foundation]
version = "0.4.0"

[dependencies.inset-macros]
version = "0.4.0"

[dependencies.inset-painting]
version = "0.4.0"

[dependencies.inset-scheduler]
version = "0.4.0"

[dependencies.inset-shell]
version = "0.4.0"

[dependencies.inset-widgets]
version = "0.4.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[lints.rust]
unsafe_code = "forbid"