1*4b9c6d91SCole Faust[package] 2*4b9c6d91SCole Faustname = "minijail-sys" 3*4b9c6d91SCole Faustversion = "0.0.13" 4*4b9c6d91SCole Faustdescription = "Provides raw (unsafe) bindings to the libminijail C library." 5*4b9c6d91SCole Faustauthors = ["The ChromiumOS Authors"] 6*4b9c6d91SCole Faustedition = "2018" 7*4b9c6d91SCole Faustbuild = "build.rs" 8*4b9c6d91SCole Faust 9*4b9c6d91SCole Faust[lib] 10*4b9c6d91SCole Faustpath = "lib.rs" 11*4b9c6d91SCole Faust 12*4b9c6d91SCole Faust[dependencies] 13*4b9c6d91SCole Faustlibc = "0.2.44" 14*4b9c6d91SCole Faust 15*4b9c6d91SCole Faust[build-dependencies] 16*4b9c6d91SCole Faustpkg-config = "0.3" 17*4b9c6d91SCole Faustwhich = "4.0.0" 18