# 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 = "chip8_db" version = "2.1.0" authors = ["Estus"] exclude = [ ".gitmodules", "./target/", "./chip-8-database", "**/*.js", "**/package-lock.json", "**/.github/**/*", "**/.gitignore", "**/.prettierrc.json", ] description = "Embed the CHIP-8 DB in your own CHIP-8 implementation" readme = "README.md" keywords = [ "CHIP-8", "metadata", "ROM", "hashes", ] categories = [ "config", "data-structures", "emulators", ] license = "MIT" repository = "https://github.com/Estus-Dev/chip-8-database-rs" [dependencies.base16ct] version = "0.2.0" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.99" [dependencies.serde_repr] version = "0.1.12" [dependencies.sha1] version = "0.10.5" [features] extra-data = []