ssd1677 0.1.0

Driver for the SSD1677 e-Paper display controller, for use with embedded-hal v1.0
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 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 = "2024"
rust-version = "1.85"
name = "ssd1677"
version = "0.1.0"
authors = ["Robby Horvath"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Driver for the SSD1677 e-Paper display controller, for use with embedded-hal v1.0"
documentation = "https://docs.rs/ssd1677"
readme = "README.md"
keywords = [
    "embedded",
    "epd",
    "eink",
    "e-ink",
    "ssd1677",
]
categories = [
    "embedded",
    "no-std",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/h0rv/ssd1677"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
alloc = []
default = ["graphics"]
graphics = ["dep:embedded-graphics-core"]
std = []

[lib]
name = "ssd1677"
path = "src/lib.rs"

[dependencies.embedded-graphics-core]
version = "0.4.0"
optional = true

[dependencies.embedded-hal]
version = "1.0.0"

[dependencies.log]
version = "0.4"
default-features = false

[dev-dependencies.embedded-graphics]
version = "0.8"

[lints.clippy]
cargo_common_metadata = "allow"
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_sign_loss = "allow"
derive_partial_eq_without_eq = "allow"
doc_markdown = "allow"
expect_used = "deny"
if_not_else = "allow"
incompatible_msrv = "allow"
items_after_statements = "allow"
match_same_arms = "allow"
missing_const_for_fn = "allow"
missing_docs_in_private_items = "allow"
missing_errors_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
redundant_pub_crate = "allow"
return_self_not_must_use = "allow"
similar_names = "allow"
todo = "deny"
unimplemented = "deny"
uninlined_format_args = "allow"
unwrap_used = "deny"
use_self = "allow"
wildcard_imports = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"