# 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 = "2018" name = "chip_8" version = "0.3.1" authors = ["robo9k "] include = ["src/**/*", "README.md", "LICENSE-*", "COPYRIGHT"] description = "CHIP-8 virtual machine / emulator\n" readme = "README.md" keywords = ["chip-8", "chip8"] categories = ["emulators", "parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/robo9k/chip8-rs" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] targets = [] [dependencies.rand] version = "0.8.4" default-features = false [dependencies.thiserror] version = "1.0.30" optional = true [dev-dependencies.proptest] version = "0.10.0" [dev-dependencies.version-sync] version = "0.9" [features] default = ["std"] std = ["rand/std", "rand/std_rng", "thiserror"] [badges.codecov] repository = "robo9k/chip8-rs" [badges.maintenance] status = "experimental"