# 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 = "xilem" version = "0.1.0" description = "A next-generation cross-platform Rust UI framework." homepage = "https://xilem.dev/" readme = "README.md" keywords = [ "gui", "ui", "native", "gpu", "performance", ] categories = [ "gui", "graphics", "internationalization", "accessibility", ] license = "Apache-2.0" repository = "https://github.com/linebender/xilem" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [dependencies.accesskit] version = "0.14.0" [dependencies.accesskit_winit] version = "0.20.0" [dependencies.masonry] version = "0.2.0" [dependencies.smallvec] version = "1.13.2" [dependencies.tracing] version = "0.1.40" [dependencies.vello] version = "0.1.0" [dependencies.winit] version = "0.30.0" [lints.clippy] semicolon_if_nothing_returned = "warn"