# 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" rust-version = "1.76.0" name = "leptos_icons" version = "0.4.0" authors = [ "Charles Edward Gagnon", "Bruno De Simone", "Lukas Potthast", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Component library providing a variety of icons for the leptos web framework." readme = "README.md" keywords = [ "icons", "leptos", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/Carlosted/leptos-icons" [lib] name = "leptos_icons" path = "src/lib.rs" [dependencies.icondata_core] version = "0.1" [dependencies.leptos] version = "0.7" [dev-dependencies.icondata] version = "0.5" [target."cfg(any())".dependencies.bytes] version = "1.2" optional = true [target."cfg(any())".dependencies.encoding_rs] version = "0.8.11" optional = true [target."cfg(any())".dependencies.lazy_static] version = "1.1" optional = true [target."cfg(any())".dependencies.log] version = "0.4.6" optional = true [target."cfg(any())".dependencies.paste] version = "1.0.4" optional = true