# 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.64" name = "sp-variant" version = "3.5.2" authors = ["StorPool "] description = " Detect the Linux distribution for the StorPool build system" homepage = "https://github.com/storpool/sp-variant" readme = "README.md" categories = [ "command-line-utilities", "config", ] license = "BSD-2-Clause" repository = "https://github.com/storpool/sp-variant.git" [lib] path = "rust/lib.rs" [[bin]] name = "storpool_variant" path = "rust/bin/main.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4" [dependencies.clap_derive] version = "4" [dependencies.enum-iterator] version = "1.4.0" [dependencies.nix] version = ">= 0.22" features = [ "fs", "user", ] [dependencies.once_cell] version = "1.17.0" [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1.0.38"