# 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" version = "0.1.3" authors = ["Peter Williams "] description = "Interface to the Slurm workload manager." homepage = "https://github.com/pkgw/slurm-rs" documentation = "https://docs.rs/slurm" readme = "README.md" keywords = ["slurm"] categories = ["concurrency", "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"] [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.30" [dependencies.failure] version = "0.1" [dependencies.failure_derive] version = "0.1" [dependencies.itertools] version = "0.7" [dependencies.libc] version = "0.2" [dependencies.slurm-sys] version = "0.1.3" [build-dependencies.slurm-sys] version = "0.1.3"