# 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 = "retro-display" version = "0.1.0" authors = ["Mikael Lund "] description = "Embedded display drivers for retro computers" homepage = "https://github.com/mlund/retro-display" documentation = "https://docs.rs/retro-display" readme = "README.md" keywords = [ "8-bit", "llvm-mos", "6502", "display", ] categories = [ "embedded", "no-std", "embedded-graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mlund/retro-display" [package.metadata.docs.rs] features = ["docs-rs"] [profile.dev] opt-level = "s" lto = true codegen-units = 1 panic = "abort" strip = true [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" strip = true [lib] doctest = false [dependencies.embedded-graphics-core] version = "0.4" [dev-dependencies.embedded-graphics] version = "0.8" [dev-dependencies.tinytga] version = "0.5.0" [features] c64 = [] default = ["c64"] docs-rs = []