# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "libsel4-sys" version = "0.5.2" authors = ["Jon Lamb ", "Zachary Pierce ", "Dan Pittman "] build = "build.rs" links = "sel4" description = "Builds the sel4 kernel and generates Rust bindings around it, as configured by a feL4 manifest" homepage = "https://github.com/maindotrs/libsel4-sys" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/maindotrs/libsel4-sys" [lib] name = "sel4_sys" path = "src/lib.rs" [dependencies.rlibc] version = "1.0" [build-dependencies.bindgen] version = "0.35" default-features = false [build-dependencies.cmake] version = "0.1" [build-dependencies.fel4-config] version = "0.3"