# 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-iconoir" version = "0.2.3" authors = ["Yannik Bretschneider "] description = "1300+ icons for embedded-graphics, ported from the Iconoir icon pack" readme = "README.md" license = "MIT" repository = "https://github.com/Yandrik/embedded-iconoir" [package.metadata.docs.rs] all-features = true [lib] [[test]] name = "render_test" required-features = ["all-resolutions"] [[bench]] name = "bench_icons" harness = false required-features = ["all-resolutions"] [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.criterion] version = "0.4" [features] 12px = [] 144px = [] 16px = [] 18px = [] 24px = [] 32px = [] 48px = [] 96px = [] all-resolutions = [ "12px", "16px", "18px", "24px", "32px", "48px", "96px", "144px", ] default = ["24px"]