# 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 = "angust" version = "0.1.1" authors = ["Tudor Andrei Orban "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust GUI framework in Angular style" documentation = "https://tudororban.github.io/Angust" readme = "README.md" license = "MIT" repository = "https://github.com/TudorOrban/Angust" [lib] name = "angust" path = "src/lib.rs" [dependencies.gl-rs] version = "0.14.0" package = "gl" [dependencies.glutin] version = "0.32.0" [dependencies.glutin-winit] version = "0.5.0" [dependencies.image] version = "0.25" [dependencies.itertools] version = "0.13.0" [dependencies.kuchiki] version = "0.8" [dependencies.lazy_static] version = "1.4" [dependencies.once_cell] version = "1.20.2" [dependencies.pest] version = "2.7.14" [dependencies.pest_derive] version = "2.7.14" [dependencies.raw-window-handle] version = "0.6.0" [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.skia-safe] version = "0.78.2" features = ["gl"] [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.winit] version = "0.30.2"