# 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 = "janetrs" version = "0.7.0" authors = ["Eric Shimizu Karbstein "] exclude = [ "/.github", "/.vscode", ] description = "High level binding for Janet programming language" homepage = "https://crates.io/crates/janetrs" documentation = "https://docs.rs/janetrs" readme = "README.md" keywords = [ "janet", "embedding", "ffi", ] categories = ["api-bindings"] license-file = "LICENSE" repository = "https://github.com/GrayJack/janetrs" [package.metadata.docs.rs] all-features = false features = [ "amalgation", "nightly", ] rustdoc-args = [ "--cfg", "_doc", ] targets = [ "x86_64-unknown-linux-gnu", "x86_64-unknown-freebsd", "x86_64-unknown-netbsd", "x86_64-apple-darwin", "aarch64-apple-darwin", "x86_64-unknown-illumos", "aarch64-unknown-linux-gnu", "i686-unknown-linux-gnu", "x86_64-pc-windows-gnu", "x86_64-pc-windows-msvc", ] [[example]] name = "hello_world" required-features = ["amalgation"] [dependencies.bstr] version = "1.0.0" features = ["alloc"] default-features = false [dependencies.evil-janet] version = "1" [dependencies.janetrs_macros] version = "0.6.0" [dependencies.janetrs_version] version = "0.1.0" [dependencies.libc] version = "0.2" features = ["extra_traits"] default-features = false [dependencies.rand_core] version = "0.6" [dev-dependencies] [features] amalgation = ["evil-janet/link-amalg"] default = [ "std", "unicode", ] inline-more = [] link-system = [ "evil-janet/link-system", "janetrs_macros/system", "janetrs_version/system", ] nightly = [] std = [ "bstr/std", "janetrs_macros/std", "libc/std", ] system = [ "evil-janet/system", "janetrs_macros/system", "janetrs_version/system", ] unicode = ["bstr/unicode"]