# 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 = "ruwren-sys" version = "0.4.10" authors = ["Jengamon "] build = "build.rs" links = "wren" description = "Low-level bindings to Wren programming language. Not affiliated with the main team for Wren." homepage = "http://wren.io" readme = "README.md" keywords = [ "wren", "scripting", "embed", "ruwren", ] license = "MIT" repository = "https://github.com/Jengamon/ruwren" resolver = "2" [lib] name = "wren_sys" path = "lib.rs" [dependencies.libc] version = "0.2" [build-dependencies.bindgen] version = "0.69" [build-dependencies.cc] version = "1.0" [build-dependencies.glob] version = "0.3"