-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (26 loc) · 910 Bytes
/
Cargo.toml
File metadata and controls
31 lines (26 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "linuxcnc-hal-sys"
version = "0.3.0"
authors = ["James Waples <james@wapl.es>"]
edition = "2021"
documentation = "https://docs.rs/linuxcnc-hal-sys"
description = "Generated, unsafe Rust bindings to the LinuxCNC HAL submodule"
readme = "./README.md"
license = "MIT OR Apache-2.0"
keywords = ["cnc", "linuxcnc", "bindgen", "ffi"]
categories = ["external-ffi-bindings", "science::robotics"]
repository = "https://github.com/jamwaffles/linuxcnc-hal-rs"
include = ["**/*.rs", "patch/**/*", "Cargo.toml", "wrapper.h", "README.md"]
# Realtime components must be compiled as cdylibs
[[example]]
name = "rttest"
crate-type = ["cdylib"]
[badges]
circle-ci = { repository = "jamwaffles/linuxcnc-hal-rs", branch = "master" }
[dependencies]
log = "0.4.17"
[build-dependencies]
bindgen = "0.69.1"
[dev-dependencies]
signal-hook = "0.3.14"
rtapi-logger = { path = "../rtapi-logger", version = "0.2.0" }