# 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" rust-version = "1.74" name = "mmoxi" version = "0.3.1" authors = ["Christian Krause "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "spectrum scale tools" homepage = "https://github.com/idiv-biodiversity/mmoxi" documentation = "https://docs.rs/mmoxi" readme = "README.md" keywords = [ "gpfs", "prometheus", "spectrum-scale", ] categories = [ "command-line-utilities", "filesystem", ] license = "GPL-3.0-or-later" repository = "https://github.com/idiv-biodiversity/mmoxi" [profile.release] lto = true [lib] name = "mmoxi" path = "src/lib.rs" [[bin]] name = "mmoxi" path = "src/bin/mmoxi/main.rs" [dependencies.anyhow] version = "1" [dependencies.bstr] version = "1" [dependencies.clap] version = "4" features = [ "cargo", "wrap_help", ] [dependencies.tempfile] version = "3"