# 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 = "slurm-sys" version = "0.1.3" authors = ["Peter Williams "] build = "build.rs" links = "slurm" description = "Low-level FFI bindings to the libslurm and libslurmdb libraries." homepage = "https://github.com/pkgw/slurm-rs" documentation = "https://docs.rs/slurm-sys" readme = "README.md" keywords = ["slurm"] categories = ["concurrency", "external-ffi-bindings", "science"] license = "MIT" repository = "https://github.com/pkgw/slurm-rs" [package.metadata.docs.rs] rustc-args = ["--cfg", "slurmrs_on_docs_rs"] rustdoc-args = ["--cfg", "slurmrs_on_docs_rs"] [build-dependencies.bindgen] version = "0.35" [build-dependencies.pkg-config] version = "^0.3"