# 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 = "ipcap" version = "0.1.7" authors = ["Mahmoud Harmouch "] build = "build.rs" exclude = ["/data"] description = "🌍 A CLI & library for decoding IP addresses into state, postal code, country, coordinates, etc without internet access." documentation = "https://docs.rs/ipcap" readme = "README.md" keywords = [ "ip", "geolocation", "geoip", "ipcap", ] license = "MIT" repository = "https://github.com/wiseaidev/ipcap" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.release] opt-level = "z" lto = "thin" codegen-units = 1 strip = "symbols" [dependencies.clap] version = "4.4.12" features = ["derive"] optional = true [dependencies.dirs] version = "5.0.1" [dependencies.once_cell] version = "1.19.0" [dev-dependencies.bump2version] version = "0.1.3" [build-dependencies.ipcap-codegen] version = "0.1.0" [features] cli = ["clap"] [badges.maintenance] status = "passively-maintained"