# 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 = "dioxus-sortable" version = "0.1.2" authors = ["Joshua McQuistan "] description = "Sortable tables and components for Dioxus" documentation = "https://docs.rs/dioxus-sortable" readme = "README.md" keywords = [ "dioxus", "ui", "gui", "wasm", ] categories = [ "wasm", "gui", "web-programming", ] license = "LGPL-3.0-or-later" repository = "https://github.com/feral-dot-io/dioxus-sortable" [dependencies.dioxus] version = "0.4" [dependencies.wasm-bindgen] version = "0.2.87" [dev-dependencies.dioxus-web] version = "0.4" [dev-dependencies.log] version = "0.4" [dev-dependencies.wasm-logger] version = "0.2"