# 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" rust-version = "1.71.0" name = "evil-janet" version = "1.36.0" authors = [ "Eric Shimizu Karbstein ", "Andrew Chambers ", ] build = "build.rs" exclude = [ "/.github", "/.vscode", "/shell.nix", "/update-janet.sh", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Low level bindings to the janet language c api." readme = "README.md" keywords = [ "janet", "embedding", "ffi", ] categories = [ "external-ffi-bindings", "no-std", ] license-file = "LICENSE" repository = "https://github.com/GrayJack/evil-janet" [package.metadata.docs.rs] all-features = false features = ["link-amalg"] targets = [ "x86_64-unknown-linux-gnu", "x86_64-unknown-freebsd", "x86_64-unknown-netbsd", "x86_64-apple-darwin", "x86_64-unknown-illumos", "aarch64-unknown-linux-gnu", "i686-unknown-linux-gnu", "x86_64-pc-windows-gnu", "x86_64-pc-windows-msvc", ] [lib] name = "evil_janet" path = "src/lib.rs" [dependencies.libc] version = "0.2" [build-dependencies.bindgen] version = "0.70.0" features = [ "runtime", "which-rustfmt", ] [build-dependencies.cc] version = "1.0" [features] debug-symbols = [] default = [] link-amalg = [] link-system = [] system = []