# 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 = "ipqs_db_reader" version = "1.0.0" exclude = ["resources/*"] description = "IPQualityScore Rust Flat File IP Address Reputation Database Reader" documentation = "https://www.ipqualityscore.com/documentation/ip-reputation-database/rust" readme = "README.md" keywords = [ "IPQualityScore", "ipqs", "ip", "geodata", "risk", ] categories = [ "database", "parser-implementations", ] license = "MIT" repository = "https://github.com/IPQualityScore/RustIPQSDBReader" [dependencies.serde] version = "1.0.160" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.96" optional = true [features] default = ["json"] json = [ "dep:serde", "dep:serde_json", ]