# 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-graphics" version = "0.8.1" authors = [ "James Waples ", "Ralf Fuest ", ] exclude = [ "/.circleci/", "/.github/", ".gitignore", "convert_1bpp.sh", ] description = "Embedded graphics library for small hardware displays" documentation = "https://docs.rs/embedded-graphics" readme = "./README.md" keywords = [ "embedded-graphics", "graphics", "embedded", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/embedded-graphics/embedded-graphics" [package.metadata.docs.rs] all-features = true [[bench]] name = "primitives" harness = false [[bench]] name = "primitives_fixed_point" harness = false required-features = ["fixed_point"] [[bench]] name = "fonts" harness = false [[bench]] name = "image" harness = false [[bench]] name = "contains" harness = false [[bench]] name = "raw_data_iter" harness = false [[bench]] name = "color_conversion" harness = false [[bench]] name = "framebuffer" harness = false [dependencies.az] version = "1.2.0" [dependencies.byteorder] version = "1.4.3" default-features = false [dependencies.defmt] version = "0.3.2" optional = true [dependencies.embedded-graphics-core] version = "^0.4.0" [dependencies.fixed] version = "1.14.0" optional = true default-features = false [dependencies.float-cmp] version = "0.9.0" [dependencies.micromath] version = "2.0.0" default-features = false [dev-dependencies.arrayvec] version = "0.7.2" default-features = false [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"] [features] default = [] defmt = [ "dep:defmt", "embedded-graphics-core/defmt", ] fixed_point = ["fixed"] nalgebra_support = ["embedded-graphics-core/nalgebra_support"] [badges.circle-ci] branch = "master" repository = "embedded-graphics/embedded-graphics"