[package] name = "linux-version" version = "0.1.1" authors = ["Adam C. Foltzer "] edition = "2018" license = "MIT OR Apache-2.0" description = "Package for detecting the version of the linux kernel a program is being run on." build = "build.rs" [dependencies] nix = "0.17" semver = "0.9" [build-dependencies] bindgen = { version = "0.51", default-features = false }