# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ipmap" version = "0.1.4" authors = ["Aditya Suresh ", "Grant H. ", "Nick Z. ", "sigmaSd"] description = "An interactive map that shows connected IP addresses." keywords = ["geolocation", "ip", "locator", "map", "interactive"] categories = ["network-programming"] license = "GPL-3.0" repository = "https://github.com/skylinecc/ipmap/" [dependencies.casual_logger] version = "0.6.5" [dependencies.clap] version = "2.33.3" [dependencies.etherparse] version = "0.9.0" [dependencies.ipgeolocate] version = "0.2.6" [dependencies.once_cell] version = "1.5.2" [dependencies.pcap] version = "0.7.0" [dependencies.rocket] version = "0.4.6" [dependencies.rocket-include-static-resources] version = "0.9.5" [dependencies.serde] version = "1.0.117" [dependencies.serde_json] version = "1.0.59" [target."cfg(unix)".dependencies.users] version = "0.11.0"