[package] name = "libsam-rs" version = "0.2.0" edition = "2021" description = "safe/sys bindings for SAM text to speech" license = "Unlicense" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2.147" [build-dependencies] bindgen = "0.68.1" cc = "1.0.83"