# 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 = "ip2location-bin-format" version = "0.4.0" authors = ["vkill "] exclude = [ "/data/**/*.BIN", "/data/**/*.ZIP", "/data/**/*.zip", "/data/**/*.CSV", ] description = "IP2Location BIN Format" homepage = "https://github.com/bk-rs/ip2location-rs" documentation = "https://docs.rs/ip2location-bin-format" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/ip2location-rs" resolver = "1" [package.metadata.docs.rs] all-features = true [package.metadata.cargo-all-features] skip_optional_dependencies = true [dependencies.chrono] version = "0.4" optional = true default-features = false [dependencies.deadpool] version = "0.9" features = ["unmanaged"] default-features = false [dependencies.futures-util] version = "0.3" features = [ "std", "io", ] default-features = false [dependencies.lru] version = "0.9" features = ["hashbrown"] optional = true default-features = false [dev-dependencies.async-compat] version = "0.2" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", "fs", ] [dev-dependencies.walkdir] version = "2" [features] default = [ "chrono", "lru", ]