# 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" name = "racket-sys" version = "0.3.3" authors = ["rn7s2 "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings to Racket C API" documentation = "https://rn7s2.github.io/racket-sys/racket_sys/" readme = "README.md" keywords = [ "ffi", "bindings", "scheme", "scripting", "interpreter", ] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/rn7s2/racket-sys" [lib] name = "racket_sys" path = "src/lib.rs" [[example]] name = "factorial" path = "examples/factorial.rs" [[example]] name = "helloworld" path = "examples/helloworld.rs" [build-dependencies.bindgen] version = "0.70.1" [build-dependencies.git2] version = "0.19.0" optional = true [features] bundled = ["dep:git2"] default = ["bundled"] [target.x86_64-pc-windows-msvc.build-dependencies.vcvars] version = "0.1.6"