asninfo 0.4.3

A utility tool to export ASN information to JSON files.
[[bin]]
name = "asninfo"
path = "src/main.rs"

[dependencies.axum]
version = "0.8"

[dependencies.bgpkit-commons]
version = "0.9.6"

[dependencies.chrono]
default-features = false
features = ["clock", "serde", "std"]
version = "0.4"

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

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.http]
version = "1"

[dependencies.oneio]
default-features = false
features = ["https", "s3"]
version = "0.20.0"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tower-http]
features = ["cors"]
version = "0.6"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[package]
authors = ["Mingwei Zhang <mingwei@bgpkit.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
A utility tool to export ASN information to JSON files.
"""
documentation = "https://docs.rs/asninfo"
edition = "2021"
keywords = ["bgp", "bgpkit"]
license = "MIT"
name = "asninfo"
readme = "README.md"
repository = "https://github.com/bgpkit/asninfo"
version = "0.4.3"