# 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_icon_gen" version = "0.3.0" exclude = ["generator"] description = "Icon generation macros for Leptos" documentation = "https://docs.rs/leptos_icon_gen" readme = "README.md" keywords = [ "leptos", "icons", "macros", ] categories = ["wasm"] license = "MIT" repository = "https://github.com/johnnynotsolucky/rust_icon_gen" [lib] proc-macro = true [dependencies.icon_sets] version = "0.3.0" [dependencies.proc-macro2] version = "1.0.69" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = ["full"] [features] ant_design_icons = ["icon_sets/ant_design_icons"] bootstrap_icons = ["icon_sets/bootstrap_icons"] boxicons = ["icon_sets/boxicons"] charm_icons = ["icon_sets/charm_icons"] codicons = ["icon_sets/codicons"] css_gg = ["icon_sets/css_gg"] default = ["full"] feather = ["icon_sets/feather"] font_awesome = ["icon_sets/font_awesome"] full = [ "ant_design_icons", "bootstrap_icons", "boxicons", "charm_icons", "codicons", "css_gg", "feather", "font_awesome", "heroicons", "ionicons", "lucide", "microns", "octicons", "remixicon", "simple_icons", "tabler_icons", ] heroicons = ["icon_sets/heroicons"] ionicons = ["icon_sets/ionicons"] lucide = ["icon_sets/lucide"] microns = ["icon_sets/microns"] octicons = ["icon_sets/octicons"] remixicon = ["icon_sets/remixicon"] simple_icons = ["icon_sets/simple_icons"] tabler_icons = ["icon_sets/tabler_icons"]