# 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.67.0" name = "leptos_aria" version = "0.0.0" include = [ "src/**/*.rs", "Cargo.toml", "readme.md", ] description = "Accessible components for the leptos framework" homepage = "https://github.com/ifiokjr/leptos_aria" documentation = "https://docs.rs/leptos_aria" readme = "readme.md" keywords = [ "leptos", "aria", "a11y", "ui", ] categories = [ "wasm", "web-programming", "gui", "accessibility", ] license = "Unlicense" repository = "https://github.com/ifiokjr/leptos_aria" [dependencies.leptos] version = "0.1" [dependencies.leptos_aria_button] version = "0.0.0" [dependencies.leptos_aria_interactions] version = "0.0.0" [dependencies.leptos_aria_utils] version = "0.0.0" [dev-dependencies.wasm-bindgen-test] version = "0.3"