-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
33 lines (30 loc) · 958 Bytes
/
Cargo.toml
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
32
33
[package]
name = "switchtec-user-sys"
version = "0.4.2"
authors = ["Mat Wood <[email protected]>"]
description = "Rust wrapper for the switchtec-user C library"
categories = ["external-ffi-bindings", "hardware-support"]
keywords = ["switchtec", "pciswitch", "microsemi"]
edition = "2021"
homepage = "https://github.com/thepacketgeek/switchtec-user-sys"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/switchtec-user-sys"
readme = "README.md"
repository = "https://github.com/thepacketgeek/switchtec-user-sys"
links = "switchtec"
exclude = [
"switchtec-user/.github/**",
"switchtec-user/cli/**",
"switchtec-user/completions/**",
"switchtec-user/dist/**",
"switchtec-user/doc/**",
"switchtec-user/examples/**",
"switchtec-user/udev/**",
]
[dependencies]
thiserror = "1.0"
[build-dependencies]
bindgen = "0.66"
cc = { version = "1.0", features = ["parallel"] }
[dev-dependencies]
anyhow = "1.0"