# 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 = "2018" name = "mupen64plus" version = "0.3.0" exclude = [ "examples", "libs", ] description = "High-level Rust bindings to the Mupen64Plus Core API" readme = "README.md" keywords = [ "mupen", "m64p", "n64", ] categories = [ "emulators", "api-bindings", ] license = "GPL-2.0" repository = "https://github.com/nanaian/mupen64plus-rs/" [dependencies.bitflags] version = "1" [dependencies.libloading] version = "0.7" [dependencies.log] version = "0.4" [dependencies.mupen64plus-sys] version = "0.2" [dependencies.semver] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.pretty_env_logger] version = "0.4"