# 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 = "s7-sys" version = "11.2.0" authors = ["rn7s2 "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings to s7 Scheme C API" documentation = "https://docs.rs/s7-sys" readme = "README.md" keywords = [ "ffi", "bindings", "scheme", "scripting", "interpreter", ] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/rn7s2/s7-sys" [lib] name = "s7_sys" path = "src/lib.rs" [[example]] name = "multithread" path = "examples/multithread.rs" [[example]] name = "repl" path = "examples/repl.rs" [build-dependencies.bindgen] version = "0.70.1" [build-dependencies.cc] version = "1.0"