# 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 = "linux_details" version = "0.1.1" description = "A library to gather system information of a linux distro during runtime" homepage = "https://github.com/martintc/linux_details" readme = "README.md" keywords = [ "system", "linux", "details", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/martintc/linux_details" resolver = "2" [lib] name = "linux_details" path = "src/lib.rs" [[bin]] name = "linux_details" path = "src/main.rs" [dependencies.enum-iterator] version = "1.1.2" [dependencies.linux_details_macros] version = "0.1.0" [dependencies.os_info] version = "3.4.0"