# 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" version = "0.3.0" authors = ["James Waples "] description = "A safe, high level interface to LinuxCNC's HAL submodule" documentation = "https://docs.rs/linuxcnc-hal" readme = "./README.md" keywords = [ "cnc", "linuxcnc", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/jamwaffles/linuxcnc-hal-rs" resolver = "1" [[example]] name = "rtapi" crate-type = ["cdylib"] [dependencies.libc] version = "0.2.137" [dependencies.linuxcnc-hal-sys] version = "0.3.0" [dependencies.log] version = "0.4.17" [dependencies.signal-hook] version = "0.3.14" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.rtapi-logger] version = "0.2.0" [badges.circle-ci] branch = "master" repository = "jamwaffles/linuxcnc-hal-rs"