# 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 = "lochnes" version = "0.1.1" authors = ["Kyle Lacy "] description = "A toy NES emulator in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/kylewlacy/lochnes" resolver = "2" [profile.dev] opt-level = 2 [profile.release] debug = true [dependencies.bitflags] version = "1.3.2" [dependencies.enum-kinds] version = "0.5.1" [dependencies.sdl2] version = "0.35.2" [dependencies.structopt] version = "0.3.26" [dependencies.tracing] version = "0.1.35" [dependencies.tracing-subscriber] version = "0.3.14" [features] default = ["easter-egg"] easter-egg = []