# 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 = "yew-lucide" version = "0.330.0" authors = [ "John Toohey ", "Pedro Ferreira ", "Martin Molzer ", ] include = ["/src"] description = "Yew components for Lucide icons" readme = "./README.md" keywords = [ "wasm", "yew", "lucide", ] categories = [ "wasm", "web-programming", ] license = "MIT" repository = "https://gitlab.com/john_t/yew-lucide" [lib] path = "src/lib.rs" [dependencies.yew] version = "0.20" [build-dependencies.convert_case] version = "0.5.0" [build-dependencies.serde] version = "1" features = ["derive"] [build-dependencies.serde_json] version = "1.0.78"