watchface 0.4.0

A smartwatch watchface implementation
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "watchface"
version = "0.4.0"
authors = ["Casper Meijn <casper@meijn.net>"]
description = "A smartwatch watchface implementation"
keywords = ["embedded-graphics", "watchface", "smartwatch"]
license = "GPL-3.0-or-later"
repository = "https://github.com/caspermeijn/rust-watchface"
resolver = "2"

[[example]]
name = "simulator"
required-features = ["chrono"]

[[example]]
name = "simulator-textual"
required-features = ["chrono"]
[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.embedded-graphics]
version = "0.7"

[dependencies.embedded-layout]
version = "0.2"

[dependencies.heapless]
version = "0.5"
[dev-dependencies.embedded-graphics-simulator]
version = "0.3"

[features]
default = ["std"]
std = ["chrono"]