# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "ipaddress" version = "0.1.3" authors = ["Meno Abels "] description = "an library to handle ipv4 and ipv6 numbers" homepage = "https://github.com/mabels/ipaddress" documentation = "https://docs.rs/ipaddress/0.1.1/ipaddress/" readme = "README.md" keywords = [ "ip", "network", ] license = "MIT" repository = "https://github.com/mabels/ipaddress.git" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.141" [dependencies.num] version = "0.4.0" [dependencies.num-integer] version = "0.1.45" [dependencies.num-traits] version = "0.2.15" [dependencies.regex] version = "1.7.3"