# 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 = "a800xl-utils" version = "0.2.1" exclude = ["examples/data/*"] description = "misc utilities for mos-a800xl-none target (Atari 800XL/XE)" documentation = "https://docs.rs/a800xl-utils" readme = "README.md" keywords = [ "mos", "llvm-mos", "atari", "6502", "8-bit", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mrk-its/a800xl-utils" [package.metadata.docs.rs] features = ["docs-rs"] [profile.dev] opt-level = 1 lto = true [profile.release] opt-level = "s" lto = true [[example]] name = "2048" [[example]] name = "cls" [[example]] name = "console" [[example]] name = "draw" [[example]] name = "files" [dependencies.ufmt-stdio] version = "0.3" [dependencies.ufmt-write] version = "0.1" [dependencies.volatile-register] version = "0" [dev-dependencies] [build-dependencies.cc] version = "1" [features] docs-rs = []