ipgen-cli 1.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
17
18
[[bin]]
name = "ipgen"
[dependencies.ipgen]
version = "1.0.1"

[dependencies.structopt]
version = "0.3.21"

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