[package]
name = "iprange"
version = "0.2.2"
authors = ["Yilin Chen <sticnarf@gmail.com>"]
description = "A library to manage IP ranges"
repository = "https://github.com/sticnarf/iprange-rs"
readme = "README.md"
documentation = "https://docs.rs/iprange/"
license = "MIT"
[badges]
travis-ci = { repository = "sticnarf/iprange-rs" }
[dependencies]
byteorder = "1.1.0"