# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pbs" version = "0.0.6" description = "Safe FFI for OpenPBS and PBSPro HPC job scheduler" readme = "README.md" keywords = [ "pbs", "hpc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Will-Shanks/pbs" [dependencies.libc] version = "0.2" [dependencies.linked_list_c] version = "0.1.2" [dependencies.log] version = "0.4" [dependencies.pbs-sys] version = "0.0.2" features = ["static"] [dependencies.regex] version = "1" [dependencies.serde_json] version = "1"