# 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 = "leptix_primitives" version = "0.2.0" authors = ["Upbolt"] exclude = [ "README.md", "assets/*", ] description = "Accessible and unstyled components for Leptos" homepage = "https://upbolt.github.io/leptos_primitives" readme = "README.md" keywords = [ "leptos", "components", "radix-ui", "accessibility", "unstyled", ] categories = [ "accessibility", "web-programming", ] license = "MIT" repository = "https://github.com/leptix/leptix" [dependencies.derive_more] version = "0.99.17" [dependencies.itertools] version = "0.12.1" [dependencies.leptos] version = "0.6" [dependencies.leptos-use] version = "0.10.4" [dependencies.nanoid] version = "0.4.0" [dependencies.strum] version = "0.26.2" features = ["derive"] [dependencies.strum_macros] version = "0.26.2" [dependencies.wasm-bindgen] version = "=0.2.92" [dependencies.web-sys] version = "0.3.65" features = [ "CustomEventInit", "EventInit", ] [features] csr = ["leptos/csr"] hydrate = ["leptos/hydrate"] nightly = ["leptos/nightly"] ssr = [ "leptos/ssr", "leptos-use/ssr", ]