[package] name = "asn-db2" version = "0.2.2" authors = [ "Jakub Pastuszek ", "Marie Ramlow ", ] description = "Lookup an IP address for matching ASN information in the database from https://iptoasn.com/" repository = "https://git.marie.cologne/marie/asn-db" documentation = "https://docs.rs/asn-db2" readme = "README.md" keywords = ["asn", "ip", "database"] categories = ["database", "network-programming"] license = "MIT" edition = "2021" exclude = [ "*.tsv", "*.nix", ".envrc", ".gitignore", ".gitattributes", ".editorconfig", ] [dependencies] ipnet = "2" csv = "1" serde = { version = "1", features = ["derive"] } thiserror = "1" tracing = "0.1" [dev-dependencies] criterion = "0.2.9" tempfile = "3.0.7" rand = "0.6.5" [[bench]] name = "db" harness = false