c64 0.1.0-alpha.1

Driver for the Commodore 64 platform
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 = "2021"
name = "c64"
version = "0.1.0-alpha.1"
authors = ["Jack Grigg <thestr4d@gmail.com>"]
description = "Driver for the Commodore 64 platform"
readme = "README.md"
license = "MIT OR Apache-2.0"

[package.metadata.docs.rs]
all-features = true

[profile.dev]
opt-level = 2
lto = true
codegen-units = 1
debug = 2

[profile.release]
opt-level = "s"
lto = true
debug = 0
strip = true

[lib]
doctest = false

[[example]]
name = "print-info"
required-features = ["ultimate"]

[dependencies.bare-metal]
version = "1"

[dependencies.bitflags]
version = "1"

[dependencies.document-features]
version = "0.2"

[dependencies.ufmt]
version = "0.2"

[dependencies.volatile-register]
version = "0.2"

[dev-dependencies.mos-alloc]
version = "0.2"

[dev-dependencies.ufmt-stdio]
version = "0.4"

[build-dependencies.cc]
version = "1.2"

[features]
default = []
ultimate = []