rtsan-standalone-sys 0.1.0

Unsafe Rust bindings for RTSan standalone library
[build-dependencies.num_cpus]
version = "1.16"

[build-dependencies.tempfile]
version = "3"

[lib]
name = "rtsan_standalone_sys"
path = "src/lib.rs"

[package]
authors = ["Stephan Eckes <stephan@neodsp.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["development-tools"]
description = "Unsafe Rust bindings for RTSan standalone library"
edition = "2021"
keywords = ["sanitizer", "real-time", "audio", "aerospace", "robotics"]
license = "Apache-2.0"
name = "rtsan-standalone-sys"
readme = "README.md"
repository = "https://github.com/realtime-sanitizer/rtsan-standalone-rs"
rust-version = "1.64.0"
version = "0.1.0"