[package]
edition = "2021"
name = "asmap"
version = "0.1.0"
build = false
exclude = [
"fixtures/",
"flake.nix",
"flake.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IP to ASN lookup using Bitcoin Core's asmap binary trie format"
homepage = "https://github.com/0xB10C/asmap"
documentation = "https://docs.rs/asmap"
readme = "README.md"
keywords = [
"asn",
"ip",
"asmap",
"autonomous-system",
"bitcoin",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/0xB10C/asmap"
[lib]
name = "asmap"
path = "src/lib.rs"
[[test]]
name = "lookup"
path = "tests/lookup.rs"