# 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 = "embedded-icon" version = "0.0.1" authors = ["Patrick José Pereira "] build = "build/main.rs" description = "12600+ icons for embedded-graphics, ported from multiple packages." readme = "README.md" license = "MIT" repository = "https://github.com/patrickelectric/embedded-icon" [package.metadata.docs.rs] all-features = true [profile.dev.build-override] opt-level = 3 [dependencies.bit_field] version = "0.10" [dependencies.embedded-graphics] version = "^0.8" [dependencies.paste] version = "1.0" [dependencies.static_assertions] version = "1.1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.colorous] version = "1.0.10" [dev-dependencies.embedded-graphics] version = "0.8.0" [dev-dependencies.embedded-graphics-simulator] version = "0.5.0" [build-dependencies.bit-vec] version = "0.6" [build-dependencies.convert_case] version = "0.6.0" [build-dependencies.proc-macro2] version = "1.0" [build-dependencies.quote] version = "1.0" [build-dependencies.rayon] version = "1.7" [build-dependencies.resvg] version = "0.29" [build-dependencies.usvg] version = "0.29" [features] 12px = [] 144px = [] 18px = [] 24px = [] 32px = [] 48px = [] 96px = [] all-resolutions = [ "12px", "18px", "24px", "32px", "48px", "96px", "144px", ] default = [ "24px", "mdi", ] iconoir = [] ionic = [] mdi = [] simple = []