# 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 = "yew-cosmo" version = "1.0.10" authors = ["Imanuel Ulbricht"] description = "Yew Cosmo is an opinionated component library for yew based on the cosmopolitan design principles" homepage = "https://cosmo-yew.jinya.dev/" readme = "README.md" license = "MIT" [dependencies.bounce] version = "0.9.0" features = ["helmet"] [dependencies.chrono] version = "0.4.31" [dependencies.color-art] version = "0.3.7" [dependencies.derive_more] version = "0.99.17" [dependencies.gloo-utils] version = "0.2.0" [dependencies.stylist] version = "0.13.0" features = [ "yew", "yew_use_style", ] [dependencies.uuid] version = "1.6.1" features = [ "js", "v4", ] [dependencies.web-sys] version = "0.3.66" features = [ "HtmlSelectElement", "Element", "DomRect", ] [dependencies.yew] version = "0.21.0" [dependencies.yew-hooks] version = "0.3.0" [dependencies.yew-router] version = "0.18.0" optional = true [dependencies.yew_icons] version = "0.8.0" optional = true [features] default = [ "with-yew-router", "with-icons", "with-lucide-icons", ] with-bootstrap-icons = [ "with-icons", "yew_icons?/bootstrap", ] with-font-awesome-icons = [ "with-icons", "yew_icons?/font_awesome_regular", "yew_icons?/font_awesome_solid", ] with-heroicons-icons = [ "with-icons", "yew_icons?/heroicons_outline", "yew_icons?/heroicons_solid", "yew_icons?/heroicons_mini_solid", ] with-icons = ["dep:yew_icons"] with-lucide-icons = [ "with-icons", "yew_icons?/lucide", ] with-octicons-icons = [ "with-icons", "yew_icons?/octicons", ] with-yew-router = ["dep:yew-router"]