# 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 = "nali" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool that enriches IP addresses with GeoIP information, enhancing network diagnostics with geographical context." readme = "README.md" keywords = [ "nali", "nali-rs", "geoip", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/xxxbrian/nali-rs" [profile.release] opt-level = 3 [lib] name = "nali" path = "src/lib.rs" [[bin]] name = "nali" path = "src/main.rs" [[bench]] name = "parse_benchmark" path = "benches/parser_benchmark.rs" harness = false [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.lazy_static] version = "1.5.0" [dependencies.maxminddb] version = "0.24.0" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_derive] version = "1.0.214" [dependencies.sys-locale] version = "0.3.1" [dependencies.toml] version = "0.8.19" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.fake] version = "2.10.0" features = ["derive"] [dev-dependencies.rand] version = "0.8.5"