# 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" rust-version = "1.75" name = "relm4-css" version = "0.9.0" authors = ["Aaron Erhardt "] include = [ "src/", "build.rs", "README.md", "../LICENSE-MIT", "../LICENSE-APACHE", ] description = "An idiomatic GUI library inspired by Elm and based on gtk4-rs" homepage = "https://relm4.org" documentation = "https://docs.rs/relm4_css/" readme = "README.md" keywords = [ "gui", "gtk", "gtk4", "elm", ] categories = ["gui"] license = "Apache-2.0 OR MIT" repository = "https://github.com/Relm4/Relm4" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustc-args = [ "--cfg", "docsrs", ]