# 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 = "icon_sets" version = "0.3.0" exclude = ["generator"] description = "Generated icon data" documentation = "https://docs.rs/icon_sets" readme = "README.md" keywords = ["icons"] categories = ["wasm"] license = "MIT" repository = "https://github.com/johnnynotsolucky/rust_icon_gen" [dependencies.once_cell] version = "1.18.0" [features] ant_design_icons = [] bootstrap_icons = [] boxicons = [] charm_icons = [] codicons = [] css_gg = [] default = ["full"] feather = [] 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 = [] ionicons = [] lucide = [] microns = [] octicons = [] remixicon = [] simple_icons = [] tabler_icons = []