[package] name = "heartbeats-simple" version = "0.4.1" authors = ["Connor Imes "] description = "Rust abstractions for heartbeats-simple-sys" license = "MIT/Apache-2.0" homepage = "https://github.com/libheartbeats/heartbeats-simple-rust" repository = "https://github.com/libheartbeats/heartbeats-simple-rust" keywords = ["heartbeats", "accuracy", "performance", "power"] [lib] name = "heartbeats_simple" path = "lib.rs" [dependencies] libc = "0.2" heartbeats-simple-sys = "0.4"