adamantite 0.1.5

Cli tool to provide system resource utilization for Hytale server owners
# 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 = "2024"
name = "adamantite"
version = "0.1.5"
authors = ["KevinEL-Dev <dev@zookfish.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cli tool to provide system resource utilization for Hytale server owners"
readme = "README.md"
license = "MIT"
repository = "https://github.com/KevinEL-Dev/adamantite"

[[bin]]
name = "adamantite"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.43"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.num]
version = "0.4.3"

[dependencies.sysinfo]
version = "0.38.1"