# 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 = "rust-libretro-example-core" version = "0.3.2" authors = ["Maximilian Mader"] description = "libretro example core" homepage = "https://github.com/max-m/rust-libretro/" documentation = "https://docs.rs/rust-libretro-example-core/" readme = "README.md" keywords = [ "libretro", "RetroArch", "emulator", "game", "bindgen", ] categories = [ "api-bindings", "emulators", "game-development", "gui", "games", ] license = "MIT" repository = "https://github.com/max-m/rust-libretro/" resolver = "1" [lib] crate-type = ["cdylib"] [dependencies.libc] version = "0.2.139" [dependencies.log] version = "0.4.17" [dependencies.rust-libretro] version = "0.3.1" features = [ "log", "unstable-env-commands", ] [dev-dependencies.log] version = "0.4.17" features = ["release_max_level_debug"]