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