# 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 = "leptos_lucide" version = "0.1.1" authors = ["Stephen Power"] build = "build.rs" publish = true description = "Lucide icons in Leptos." readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/opensourcecheemsburgers/leptos_lucide" [profile.dev] opt-level = 0 lto = "off" codegen-units = 256 panic = "abort" [profile.release] opt-level = "z" lto = "fat" codegen-units = 1 panic = "abort" strip = true [dependencies.leptos] version = "0.6.9" [dependencies.leptos_dom] version = "0.6.9" [dev-dependencies.wasm-bindgen-test] version = "0.3.42" [build-dependencies.anyhow] version = "1.0.81" [build-dependencies.leptos] version = "0.6.9" [build-dependencies.leptos_dom] version = "0.6.9"