# 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 = "nodeset" version = "0.5.0" authors = ["Francois Diakhate "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "NodeSet management library" readme = "README.md" keywords = [ "nodeset", "hostlist", "cluster", "hpc", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/fdiakh/nodeset-rs" [profile.release] debug = 2 [lib] name = "nodeset" path = "src/lib.rs" [[bin]] name = "ns" path = "src/main.rs" [dependencies.auto_enums] version = "0.8.5" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.eyre] version = "0.6.8" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.17" features = ["release_max_level_debug"] [dependencies.nom] version = "7.1.3" [dependencies.rust-ini] version = "0.19.0" [dependencies.serde] version = "1.0.162" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.shellexpand] version = "3.1.0" [dependencies.shlex] version = "1.1.0" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.tempdir] version = "0.3.7"