# 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 = "cc2600" version = "0.4.4" authors = ["Bruno STEUX "] description = "a subset of C compiler for Atari 2600" homepage = "https://github.com/steux/cc2600" readme = "README.md" keywords = [ "cli", "atari2600", "compiler", "gamedev", ] categories = [ "command-line-utilities", "game-development", "compilers", ] license = "GPL-3.0-or-later" repository = "https://github.com/steux/cc2600" [dependencies.cc6502] version = "1.0" features = ["atari2600"] [dependencies.clap] version = "4" features = ["derive"] [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.regex] version = "1"