# 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 = "mbtileserver" version = "0.1.9" authors = ["Kaveh Karimi "] include = [ "**/*.rs", "templates/static/dist/*", "templates/map.html", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "DEPRECATED mbtiles vector tile server. Use Martin tile server instead." homepage = "https://github.com/maplibre/mbtileserver-rs" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/maplibre/mbtileserver-rs" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.flate2] version = "1" [dependencies.hyper] version = "0.14" features = [ "server", "http1", "http2", "tcp", ] [dependencies.lazy_static] version = "1.4" [dependencies.libsqlite3-sys] version = "0.24" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.r2d2] version = "0.8" [dependencies.r2d2_sqlite] version = "0.20" [dependencies.regex] version = "1.5" [dependencies.rusqlite] version = "0.27" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tilejson] version = "0.3" [dependencies.tokio] version = "1.18" features = ["full"] [dev-dependencies.tempdir] version = "0.3" [badges.coveralls] repository = "maplibre/mbtileserver-rs"