# 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 = "bevy_quill_core" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A reactive UI framework for Bevy" readme = "README.md" keywords = [ "bevy", "ui", "reactive", ] license = "MIT OR Apache-2.0" repository = "https://github.com/viridia/quill" [lib] name = "bevy_quill_core" path = "src/lib.rs" [dependencies.bevy] version = "0.14.0" [dependencies.bevy_mod_stylebuilder] version = "0.1.3" [dependencies.impl-trait-for-tuples] version = "0.2.2" [dependencies.smallvec] version = "1.13.2" [features] verbose = [] [lints.clippy] type_complexity = "allow"