nut-rs/Cargo.toml
Aram Peres 0ba5e4565f version: 0.0.3
feat: list UPS variables
docs: improve docs and enforce
2020-11-18 00:15:45 -05:00

21 lines
588 B
TOML

[package]
name = "nut-client"
version = "0.0.3"
authors = ["Aram Peres <aram.peres@wavy.fm>"]
edition = "2018"
description = "Network UPS Tools (NUT) client library"
categories = ["network-programming"]
keywords = ["ups", "nut"]
repository = "https://github.com/aramperes/nut-client-rs"
documentation = "https://docs.rs/nut-client"
readme = "README.md"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
shell-words = "1.0.0"
dotenv = { version = "0.15.0", optional = true }
[features]
env-file = ["dotenv"]