libcsp-rust/libcsp-sys/Cargo.toml

20 lines
674 B
TOML
Raw Normal View History

2024-05-29 00:25:05 +02:00
[package]
name = "libcsp-sys"
2024-06-01 20:28:54 +02:00
version = "0.1.1"
2024-05-29 00:25:05 +02:00
edition = "2021"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
description = "FFI bindings for libcsp"
homepage = "https://egit.irs.uni-stuttgart.de/rust/libcsp-rust"
repository = "https://egit.irs.uni-stuttgart.de/rust/libcsp-rust"
license = "Apache-2.0"
keywords = ["no-std", "space", "aerospace", "ffi", "csp"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
categories = ["aerospace", "external-ffi-bindings", "no-std", "hardware-support", "embedded"]
links = "csp"
[dependencies]
libc = "0.2"
2024-06-01 18:59:27 +02:00
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docs_rs"]