ipgen-cli 0.0.1

A command line tool for generating unique and reproducible IP addresses
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ipgen-cli"
description = "A command line tool for generating unique and reproducible IP addresses"
version = "0.0.1"
license = "MIT/Apache-2.0"
repository = "https://github.com/ipgen/rust-cli"
readme = "README.md"
keywords = ["IP", "IPv6"]
authors = ["Rushmore <rushmore@webenchanter.com>"]

[[bin]]
name = "ipgen"

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