# 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 = "shadcn-ui-leptos-button" version = "0.0.1" authors = ["Nixy "] description = "Leptos port of shadcn/ui button." readme = "README.md" license = "MIT" repository = "https://github.com/NixySoftware/shadcn-ui" [dependencies.leptos] version = "0.6.9" features = [ "csr", "nightly", ] [dependencies.tailwind_fuse] version = "0.3.0" features = ["variant"] [features] default = ["style-default"] style-default = [] style-new-york = []