# 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" version = "0.3.0" authors = ["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/fdiakh/slurm-spank-rs" resolver = "2" [lib] name = "slurm_spank" [dependencies.byte-strings] version = "0.2.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.144" [dependencies.num_enum] version = "0.6.1" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-core] version = "0.1.30" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [build-dependencies.bindgen] version = "0.65.1"