# 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 = "asn-tools" version = "0.2.5" authors = ["Jakub Pastuszek "] description = "Command-line tools for lookup of an IP address for matching ASN information in the database from https://iptoasn.com/" homepage = "https://jpastuszek.net/asn/" documentation = "https://docs.rs/asn-tools" readme = "README.md" keywords = [ "asn", "ip", "database", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://sr.ht/~jpastuszek/asn-tools/" [dependencies.app_dirs] version = "1.2.1" [dependencies.asn-db] version = "0.1.4" [dependencies.cotton] version = "0.0.9" [dependencies.csv] version = "1.1.6" [dependencies.flate2] version = "1.0.25" [dependencies.itertools] version = "0.7.11" [dependencies.json_in_type] version = "1.1.1" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.9.24" [dependencies.structopt] version = "0.3.26" [dependencies.tabular] version = "0.1.4"