http-envinfo 0.1.0

This package provides JSON API of health for microservice. It's using rocket framework.
[[bin]]
name = "http-envinfo"
path = "src/main.rs"

[dependencies.get_if_addrs]
version = "0.5.3"

[dependencies.local-ip-address]
version = "0.6"

[dependencies.log]
version = "0.4"

[dependencies.mac_address]
version = "1.1.7"

[dependencies.rocket]
version = "0.5.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.whoami]
version = "1.5.2"

[package]
authors = ["Europa91", "Europa <siteai.happiness155@passmail.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "web-programming::http-server"]
description = "This package provides JSON API of health for microservice. It's using rocket framework."
documentation = "https://gitlab.com/tech-engineering/rocket-health-probes/README.md"
edition = "2021"
keywords = ["rocket", "health"]
license = "MIT"
license-file = "LICENSE"
name = "http-envinfo"
readme = "README.md"
repository = "https://gitlab.com/tech-engineering/rocket-health-probes"
version = "0.1.0"