maxminddb 0.11.0

Library for reading MaxMind DB format used by GeoIP2 and GeoLite2
Documentation
[badges.travis-ci]
repository = "oschwald/maxminddb-rust"
[dependencies.log]
version = "0.4"

[dependencies.memmap]
optional = true
version = "0.7.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"
[dev-dependencies.env_logger]
version = "0.5"

[features]
default = []
mmap = ["memmap"]

[lib]
crate_type = ["lib", "dylib", "staticlib"]
name = "maxminddb"
path = "src/maxminddb/lib.rs"

[package]
authors = ["Gregory J. Oschwald <oschwald@gmail.com>"]
categories = ["database", "network-programming"]
description = "Library for reading MaxMind DB format used by GeoIP2 and GeoLite2"
documentation = "http://oschwald.github.io/maxminddb-rust/maxminddb/struct.Reader.html"
homepage = "https://github.com/oschwald/maxminddb-rust"
include = ["/Cargo.toml", "/src/**/*.rs", "/README.md", "/LICENSE"]
keywords = ["MaxMind", "GeoIP2", "GeoIP", "geolocation", "ip"]
license = "ISC"
name = "maxminddb"
readme = "README.md"
repository = "https://github.com/oschwald/maxminddb-rust"
version = "0.11.0"