# 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 = "wasm2glulx-ffi" version = "0.1.0-alpha2" authors = ["Daniel Fox Franke "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level bindings to the Wasm2Glulx API" readme = "README.md" keywords = [ "glulx", "glk", "bedquilt", "wasm2glulx", ] categories = [ "wasm", "games", ] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/dfoxfranke/bedquilt" [package.metadata.docs.rs] targets = ["wasm32-unknown-unknown"] [lib] name = "wasm2glulx_ffi" path = "src/lib.rs" [dependencies.bitflags] version = "2" [dependencies.num_enum] version = "0.7" default-features = false