goran 0.1.8

Goran is a CLI tool for analyzing domains and IP addresses.
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 = "goran"
version = "0.1.8"
authors = ["Luis Cardoso <luis@luiscardoso.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Goran is a CLI tool for analyzing domains and IP addresses."
readme = "README.md"
keywords = [
    "domain",
    "ip",
    "analysis",
    "cli",
]
categories = ["security"]
license-file = "LICENSE"
repository = "https://github.com/beowolx/goran"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4.41"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.confy]
version = "0.6"

[dependencies.console]
version = "0.15.11"

[dependencies.futures]
version = "0.3"

[dependencies.hickory-proto]
version = "0.25"

[dependencies.hickory-resolver]
version = "0.25.1"
features = [
    "tokio",
    "system-config",
]
default-features = false

[dependencies.icann-rdap-client]
version = "0.0.22"

[dependencies.icann-rdap-common]
version = "0.0.22"

[dependencies.indicatif]
version = "0.17.11"

[dependencies.memchr]
version = "2.7"

[dependencies.regex]
version = "1.10"
features = [
    "perf",
    "std",
]
default-features = false

[dependencies.regex-automata]
version = "0.4"
optional = true

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rustls]
version = "0.23.26"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "time",
    "sync",
]

[dependencies.tokio-rustls]
version = "0.26.2"

[dependencies.webpki-roots]
version = "0.26.10"

[dependencies.whois-rust]
version = "1.6.0"
features = ["tokio"]

[dependencies.x509-parser]
version = "0.17.0"

[profile.release]
opt-level = "z"
lto = "thin"
codegen-units = 1
debug = 0
panic = "abort"
strip = "symbols"