geoipsed 0.3.0

Inline decoration of IPv4 and IPv6 address geolocations
Documentation
# 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.3.0"
authors = ["Eric Hutchins"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[lib]
name = "geoipsed"
path = "src/lib.rs"

[[bin]]
name = "geoipsed"
path = "src/main.rs"

[[example]]
name = "profile_lookup"
path = "examples/profile_lookup.rs"

[[example]]
name = "tag_example"
path = "examples/tag_example.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.anyhow]
version = "1.0.101"

[dependencies.bstr]
version = "1.12.1"

[dependencies.camino]
version = "1.2.2"

[dependencies.clap]
version = "4.5.57"
features = [
    "derive",
    "env",
    "unicode",
    "cargo",
]

[dependencies.hashbrown]
version = "0.16.1"

[dependencies.ip-extract]
version = "0.2.0"

[dependencies.itoa]
version = "1.0.17"

[dependencies.maxminddb]
version = "0.27.1"
features = ["mmap"]

[dependencies.ripline]
version = "0.1.0"

[dependencies.rustc-hash]
version = "1.1.0"

[dependencies.ryu]
version = "1.0.23"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.termcolor]
version = "1.4.1"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.regex]
version = "1.12.3"

[profile.dev-optimized]
debug = 2
inherits = "release"
strip = false

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug-assertions = false
panic = "abort"
overflow-checks = false
incremental = false
strip = true