# 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 = "polyhorn-ui" version = "0.4.0" authors = ["Tim "] description = "Shared API contract for multi-platform Polyhorn UI." license = "MIT" repository = "https://github.com/polyhorn/polyhorn/tree/crates/polyhorn-ui" [lib] [dependencies.bytes] version = "0.5.6" [dependencies.casco] version = "0.4.0" [dependencies.derivative] version = "2.1.1" [dependencies.num-traits] version = "0.2.12" [dependencies.palette] version = "0.5.0" features = ["std"] default-features = false [dependencies.paste] version = "1.0.1" [dependencies.polyhorn-core] version = "0.4.0" [dependencies.proc-macro2] version = "1.0.24" [dependencies.quote] version = "1.0.7" [dependencies.stretch] version = "0.3.2" optional = true [dependencies.strum] version = "0.19.2" [dependencies.strum_macros] version = "0.19.2" [dependencies.usvg] version = "0.11.0" optional = true default-features = false [dependencies.yoga] version = "0.3.3" optional = true package = "polyhorn-yoga" [dev-dependencies.casco] version = "0.4.0" features = ["lexer"] [features] default = ["layout-yoga"] layout-stretch = ["stretch"] layout-yoga = ["yoga"] macros = ["usvg"]