# 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 = "lemna" version = "0.4.0" authors = ["Alex Charlton "] description = "A Reactive UI framework for Rust" documentation = "https://docs.rs/lemna" readme = "README.md" keywords = [ "ui", "gui", ] license = "MIT" repository = "https://github.com/AlexCharlton/lemna" [package.metadata.docs.rs] features = ["docs_rs"] [dependencies.ab_glyph] version = "0.2.2" [dependencies.ahash] version = "0.3.2" [dependencies.bytemuck] version = "1.4" features = ["derive"] [dependencies.cgmath] version = "0.17.0" [dependencies.crossbeam-channel] version = "0.4.2" [dependencies.crossbeam-deque] version = "0.7" [dependencies.futures] version = "0.3.4" [dependencies.glyph_brush_layout] version = "0.2" [dependencies.lemna-macros] version = "0.4" [dependencies.linked-hash-map] version = "0.5" [dependencies.log] version = "0.4" [dependencies.lyon] version = "0.15.6" [dependencies.raw-window-handle] version = "0.5" [dependencies.rayon] version = "1.3" [dependencies.rustc-hash] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simplelog] version = "0.7" [dependencies.superluminal-perf] version = "0.1" optional = true [dependencies.tinyfiledialogs] version = "3.9" optional = true [dependencies.wgpu] version = "0.15" features = ["spirv"] [build-dependencies.glob] version = "0.3" [build-dependencies.shaderc] version = "0.8" [features] default = [ "msaa_shapes", "open_iconic", "file-dialogs", ] docs_rs = [] file-dialogs = ["tinyfiledialogs"] instrumented = ["superluminal-perf"] msaa_shapes = [] open_iconic = []