# 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 = "2021" name = "geoipsed" version = "0.1.3" authors = ["Eric Hutchins"] description = "Inline decoration of IPv4 and IPv6 address geolocations" homepage = "https://github.com/erichutchins/geoipsed" readme = "README.md" keywords = [ "cli", "geoip", "dfir", "regex", ] categories = [ "text-processing", "command-line-interface", ] license = "Unlicense OR MIT" repository = "https://github.com/erichutchins/geoipsed" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug-assertions = false panic = "abort" overflow-checks = false incremental = false [[bin]] name = "geoipsed" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.camino] version = "1.1.6" [dependencies.clap] version = "4.4.18" features = [ "derive", "env", "unicode", "cargo", ] [dependencies.field_names] version = "0.2.0" [dependencies.grep-cli] version = "0.1.10" [dependencies.maxminddb] version = "0.24.0" features = ["mmap"] [dependencies.microtemplate] version = "1.0.3" [dependencies.regex] version = "1.10.3" [dependencies.ripline] version = "0.1.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.termcolor] version = "1.4.1" [dev-dependencies.assert_cmd] version = "2.0"