# 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 = "free-icons" version = "0.7.0" include = [ "Cargo.toml", "build.rs", "src/lib.rs", "src/gen/*", "templates/*", ] description = """ Use free svg icons in your html projects """ homepage = "https://github.com/tyrchen/free-icons" documentation = "https://docs.rs/free-icons" readme = "README.md" keywords = [ "icons", "svg", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/tyrchen/free-icons" [dependencies.bincode] version = "2.0.0-rc.3" [dependencies.flate2] version = "1.0.28" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde_json] version = "1.0.108" optional = true [dev-dependencies.minify-html] version = "0.15.0" [build-dependencies.anyhow] version = "1.0.76" [build-dependencies.bincode] version = "2.0.0-rc" [build-dependencies.convert_case] version = "0.6.0" [build-dependencies.flate2] version = "1.0.28" [build-dependencies.minify-html] version = "0.15.0" [build-dependencies.minijinja] version = "1.0.10" features = [ "loader", "speedups", ] [build-dependencies.serde_json] version = "1.0.108" [features] bootstrap = [] default = [ "bootstrap", "feather", "font-awesome", "heroicons", "ionicons", "octicons", ] feather = [] font-awesome = [] heroicons = [] ionicons = [] json = ["serde_json"] octicons = []