# 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 = "2018" name = "slurm-spank-compat" version = "0.1.2" authors = [ "Yunlong Feng ", "Francois Diakhate ", ] description = "Safe Rust bindings to the Slurm SPANK API" readme = "README.md" keywords = [ "Slurm", "SPANK", "plugin", "HPC", "cluster", ] license = "MIT OR Apache-2.0" repository = "https://github.com/alongwy/slurm-spank-compat-rs" resolver = "2" [lib] name = "slurm_spank_compat" [dependencies.byte-strings] version = "0.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.154" [dependencies.num_enum] version = "0.7.2" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-core] version = "0.1.30" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [build-dependencies.bindgen] version = "0.69"