[package] name = "libcsp-sys" version = "0.1.1" edition = "2021" authors = ["Robin Mueller "] 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" [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docs_rs"]