# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "alchemy" version = "0.2.0" authors = ["Ryan McGrath "] description = "A cross-platform GUI framework written in Rust. Adapts to native view-layers on each platform. UIKit/React inspired." keywords = ["gui", "css", "styles", "layout", "react"] categories = ["gui", "rendering::engine", "multimedia"] license = "MPL-2.0+" repository = "https://github.com/ryanmcgrath/alchemy" [dependencies.alchemy-cocoa] version = "0.1" optional = true [dependencies.alchemy-lifecycle] version = "0.1" [dependencies.alchemy-macros] version = "0.1" [dependencies.alchemy-styles] version = "0.1" features = ["parser"] [dependencies.htmlescape] version = "0.3.1" [dependencies.language-tags] version = "0.2.2" [dependencies.lazy_static] version = "1.3" [dependencies.matches] version = "0.1" [dependencies.mime] version = "0.3.13" [dependencies.phf] version = "0.7" [dependencies.proc-macro-hack] version = "0.5.4" [dependencies.proc-macro-nested] version = "0.1.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.strum] version = "0.15.0" [dependencies.strum_macros] version = "0.15.0" [dependencies.toml] version = "0.5" [features] cocoa = ["alchemy-cocoa", "alchemy-lifecycle/cocoa"] [badges.maintenance] status = "actively-developed"