# 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 = "morphorm" version = "0.6.4" description = "A UI layout engine" readme = "README.md" keywords = [ "ui", "gui", "layout", "flex", ] license = "MIT" repository = "https://github.com/vizia/morphorm" [lib] doctest = false [[bench]] name = "stack" harness = false [dependencies.smallvec] version = "1.11.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.femtovg] version = "0.7.1" default-features = false [dev-dependencies.glutin] version = "0.30.10" [dev-dependencies.glutin-winit] version = "0.3.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.raw-window-handle] version = "0.5.0" [dev-dependencies.unicode-segmentation] version = "1.10.1" [dev-dependencies.winit] version = "0.28.6" default-features = false