# 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 = "leptos-cosmo" version = "1.0.7" authors = ["Imanuel Ulbricht"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Leptos Cosmo is an opinionated component library for leptos based on the cosmopolitan design principles" homepage = "https://cosmo-leptos.jinya.dev/" readme = "README.md" license = "MIT" [lib] name = "leptos_cosmo" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.color-art] version = "0.3" [dependencies.gloo-history] version = "0.2" optional = true [dependencies.gloo-net] version = "0.6" optional = true [dependencies.gloo-utils] version = "0.2" optional = true [dependencies.icondata] version = "0.4" optional = true [dependencies.leptos] version = "0.6" [dependencies.leptos-use] version = "0.12" [dependencies.leptos_icons] version = "0.3" optional = true [dependencies.leptos_meta] version = "0.6" [dependencies.leptos_router] version = "0.6" [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1" features = [ "js", "v4", ] [dependencies.web-sys] version = "0.3" features = [ "HtmlSelectElement", "Element", "FormData", "DomRect", "File", "FileList", "HtmlElement", "HtmlInputElement", "History", ] [features] csr = [ "dep:gloo-history", "dep:gloo-net", "dep:gloo-utils", ] default = ["with-icons"] ssr = [] with-icons = [ "dep:leptos_icons", "dep:icondata", ]