evil-janet 1.42.0

Low level bindings to the janet language c api.
Documentation
# 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.77.0"
name = "evil-janet"
version = "1.42.0"
authors = [
    "Eric Shimizu Karbstein <gr41.j4ck@gmail.com>",
    "Andrew Chambers <ac@acha.ninja>",
]
build = "build.rs"
exclude = [
    "/.github",
    "/.vscode",
    "/shell.nix",
    "/update-janet.sh",
]
autolib = false
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]
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",
]
all-features = false
features = ["link-amalg"]

[features]
debug-symbols = []
default = []
link-amalg = []
link-system = []
system = []

[lib]
name = "evil_janet"
path = "src/lib.rs"

[dependencies.libc]
version = "0.2"

[build-dependencies.bindgen]
version = "0.72.1"
features = [
    "prettyplease",
    "runtime",
]

[build-dependencies.cc]
version = "1.0"