# 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" rust-version = "1.63" name = "libloc" version = "0.1.1" authors = ["Tobias Bucher "] description = "Read location databases in libloc format" readme = "README.md" keywords = [ "geoip", "libloc", ] license = "MIT/Apache-2.0" repository = "https://github.com/tbu-/libloc-rs/" [[bench]] name = "locations" harness = false [[bench]] name = "native" harness = false [dependencies.chrono] version = "0.4.31" optional = true [dependencies.ipnet] version = "2.0" [dependencies.memmap2] version = "0.9" features = ["stable_deref_trait"] [dependencies.yoke] version = "0.7" default-features = false [dependencies.yoke-derive] version = "0.7" optional = true [dependencies.zerocopy] version = "0.7.24" [dependencies.zerocopy-derive] version = "0.7.24" optional = true [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.libc] version = "0.2.153" [features] compat-0-1-1 = [] default = [ "compat-0-1-1", "time", ] time = ["chrono"] verified = [ "yoke-derive", "zerocopy-derive", ]