# 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 = "rustcn-ui" version = "0.1.7-a" authors = ["Aurimar Lopes"] description = "A shadcn-ui for Dioxus Rust Web Framework" readme = "README.md" license = "MIT" resolver = "1" [lib] name = "rustcn_ui" path = "src/lib.rs" [dependencies.dioxus] version = "0.5.0-alpha.0" features = ["web"] [dependencies.dioxus-html] version = "0.5.1" [dependencies.wasm-bindgen-futures] version = "0.4.42"