ipgen-cli 0.0.2

A command line tool for generating unique and reproducible IP addresses
[package]
name = "ipgen-cli"
description = "A command line tool for generating unique and reproducible IP addresses"
version = "0.0.2"
license = "MIT/Apache-2.0"
repository = "https://github.com/ipgen/cli"
readme = "README.md"
keywords = ["IP", "IPv6"]
authors = ["Rushmore <rushmore@webenchanter.com>"]

[[bin]]
name = "ipgen"

[dependencies]
clap = "2.13.0"
ipgen = "0.0.4"