# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "crsp-base" version = "0.2.0" description = "CHIP-8 processor emulation base for crsp" keywords = ["emulator", "chip-8"] categories = ["emulators"] license = "MIT" repository = "https://github.com/hcsch/crsp/" [dependencies.derive_more] version = "0.99.14" [dependencies.flume] version = "0.10.7" [dependencies.num_enum] version = "0.5.1" [dependencies.rand] version = "0.8.3" [dependencies.spin_sleep] version = "1.0.0" [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.25" [dependencies.tracing] version = "0.1.26" features = ["attributes"]