# 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] edition = "2018" name = "ip-server" version = "0.1.13" authors = ["stzups"] include = ["Cargo.toml", "src", "README.md"] description = "simple server that returns client ip address" homepage = "https://github.com/stzups/ip-server" readme = "README.md" keywords = ["cli", "ip", "server", "http"] categories = ["command-line-utilities"] license = "Unlicense" repository = "https://github.com/stzups/ip-server" [[bin]] name = "ip-server" path = "src/main.rs" [dependencies.getopts] version = "0.2.21"