# 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 = "2018" name = "mmdb-grpc" version = "0.5.8" authors = ["Takeru Sato "] description = "The gRPC service that provides a query to Maxmind's GeoLite2 databases" homepage = "https://github.com/tkrs/mmdb-grpc" documentation = "https://github.com/tkrs/mmdb-grpc" readme = "README.md" keywords = [ "maxmind", "geoip", ] license = "MIT" repository = "https://github.com/tkrs/mmdb-grpc.git" [profile.release] lto = true debug = true [[bin]] name = "mmdb-server" path = "src/server.rs" [[bin]] name = "mmdb-reload" path = "src/reloader.rs" [[example]] name = "mmdb-client" path = "examples/src/client.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.cron] version = "0.12" [dependencies.crossbeam-channel] version = "0.5" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.grpcio] version = "0.12" [dependencies.grpcio-health] version = "0.12" [dependencies.grpcio-proto] version = "0.12" [dependencies.log] version = "0.4" [dependencies.maxminddb] version = "0.23" [dependencies.parse_duration] version = "2" [dependencies.protobuf] version = "2.28" [dependencies.signal-hook] version = "0.3" [dependencies.spin] version = "0.9" [build-dependencies.protobuf-build] version = "0.14" features = ["grpcio-protobuf-codec"] default-features = false