# 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 = "2018" name = "embedded-plots" version = "0.2.0" authors = ["MichaƂ Chodzikiewicz "] description = "Heapless plotting library for embedded targets based on embedded-graphics crate" homepage = "https://gitlab.com/mchodzikiewicz/embedded-plots" readme = "README.md" keywords = [ "embedded", "plot", "graphics", ] categories = [ "embedded", "visualization", "no-std", "graphics", ] license = "LGPL-2.1-only" repository = "https://gitlab.com/mchodzikiewicz/embedded-plots" [dependencies.embedded-graphics] version = "0.7.1" [dependencies.heapless] version = "0.7.3" [dependencies.itertools] version = "0.9.0" default-features = false [dev-dependencies.embedded-graphics-simulator] version = "0.3.0" [dev-dependencies.test-case] version = "1.0.0"