product-os-tower-service 0.0.2

Product OS : Tower Service is a derivative of the tower-service crate restructured for both std and no_std environments.
Documentation
[dependencies.no-std-compat]
features = ["alloc"]
optional = false
version = "0.4.1"

[dependencies.tower-service]
default-features = false
features = []
optional = true
version = "0.3.2"

[features]
default = ["std"]
std = ["no-std-compat/std", "tower-service"]

[package]
authors = ["Jeremy de Oliveira-Kumar <eremyj@gmail.com>"]
autobenches = true
autobins = true
autoexamples = true
autotests = true
build = false
categories = []
description = "Product OS : Tower Service is a derivative of the tower-service crate restructured for both std and no_std environments."
edition = "2021"
exclude = []
include = []
keywords = ["product-os"]
license = "AGPL-3.0-only"
name = "product-os-tower-service"
readme = "readme.md"
resolver = "2"
rust-version = "1.69"
version = "0.0.2"