# 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-core" version = "0.4.0" authors = [ "James Waples ", "Ralf Fuest ", ] description = "Core traits and functionality for embedded-graphics" documentation = "https://docs.rs/embedded-graphics-core" 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" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.az] version = "1.1" [dependencies.byteorder] version = "1.3.4" default-features = false [dependencies.defmt] version = "0.3.2" optional = true [dependencies.nalgebra] version = "0.30.1" optional = true default-features = false [dev-dependencies.arrayvec] version = "0.7.2" default-features = false [features] default = [] nalgebra_support = ["nalgebra"] [badges.circle-ci] branch = "master" repository = "embedded-graphics/embedded-graphics"