# 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 = "safe_wren" version = "0.1.0" authors = ["Eric Seidel "] build = "build.rs" default-run = "wren_test" description = "A safe, pure-rust implementation of wren.io, drop-in replacement for wren.io's C implementation." keywords = ["interpreter", "language", "lua", "embed", "scripting"] categories = ["compilers"] license = "MIT" repository = "https://github.com/rubberduckeng/safe_wren" [profile.release] debug = true split-debuginfo = "packed" [lib] crate-type = ["lib", "cdylib", "staticlib"] [dependencies.libc] version = "0.2.98" [build-dependencies.cc] version = "1.0"