# 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 = "clelia" version = "0.0.0" authors = ["Masaharu Tashiro "] include = ["src/**/*", "Cargo.toml", "Cargo.lock", "README.md"] description = "X68000(X68k) emulator written in Rust." homepage = "https://crates.io/crates/clelia" documentation = "https://docs.rs/clelia/" readme = "README.md" keywords = ["gamedev", "emulation", "graphics", "X68000"] categories = ["emulators", "game-development", "graphics"] license = "MIT" repository = "https://github.com/mshrtsr/clelia-rs" [dependencies] [badges.maintenance] status = "actively-developed"