# 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 = "czdb" version = "0.1.1" authors = ["Alden Clark"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A pure Rust library for parsing CZDB-format IP databases." documentation = "https://docs.rs/czdb" readme = "README.MD" keywords = [ "czdb", "ip", "ipv4", "ipv6", ] categories = [ "parsing", "science::geo", ] license = "MIT" repository = "https://github.com/AldenClark/czdb-rs" [lib] name = "czdb" path = "src/lib.rs" [dependencies.aes] version = "=0.8.3" [dependencies.base64] version = "0.22.1" [dependencies.byteorder] version = "1.5.0" [dependencies.chrono] version = "0.4.38" [dependencies.cipher] version = "=0.4.4" features = ["block-padding"] [dependencies.memmap2] version = "0.9.5" [dependencies.rmpv] version = "1.3.0" [dependencies.thiserror] version = "2.0.3"