hostlist 0.3.0

Hostlist library for Rust and CLI app
Documentation
[[bin]]
name = "hostlist"
required-features = ["clap"]
[badges.travis-ci]
repository = "jabl/hostlist"
[dependencies.clap]
optional = true
version = "2"

[dependencies.nom]
version = "^5.0"

[features]
default = ["clap"]

[package]
authors = ["Janne Blomqvist <blomqvist.janne@gmail.com>"]
description = "Hostlist library for Rust and CLI app"
edition = "2018"
homepage = "https://github.com/jabl/hostlist"
license = "MIT"
name = "hostlist"
readme = "README.md"
repository = "https://github.com/jabl/hostlist"
version = "0.3.0"