srvzio 1.1.1

An helpful crate to implement services
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "detro/srvzio"

[dependencies.crossbeam-channel]
version = "0.3.8"

[dependencies.ctrlc]
features = ["termination"]
version = "3.1.3"

[dependencies.log]
version = "0.4.6"

[package]
authors = ["Ivan De Marino <detronizator@gmail.com>"]
description = "An helpful crate to implement services"
documentation = "https://docs.rs/crate/srvzio"
edition = "2018"
exclude = [".travis.yml", ".gitignore"]
license = "BSD-3-Clause"
name = "srvzio"
readme = "README.md"
repository = "https://github.com/detro/srvzio"
version = "1.1.1"

[profile.release]
incremental = true
lto = true
opt-level = 3