# 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 = "linuxcnc-hal-sys" version = "0.3.0" authors = ["James Waples "] include = [ "**/*.rs", "patch/**/*", "Cargo.toml", "wrapper.h", "README.md", ] description = "Generated, unsafe Rust bindings to the LinuxCNC HAL submodule" documentation = "https://docs.rs/linuxcnc-hal-sys" readme = "./README.md" keywords = [ "cnc", "linuxcnc", "bindgen", "ffi", ] categories = [ "external-ffi-bindings", "science::robotics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jamwaffles/linuxcnc-hal-rs" resolver = "1" [[example]] name = "rttest" crate-type = ["cdylib"] [dependencies.log] version = "0.4.17" [dev-dependencies.signal-hook] version = "0.3.14" [build-dependencies.bindgen] version = "0.61.0" [badges.circle-ci] branch = "master" repository = "jamwaffles/linuxcnc-hal-rs"