# 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.65" name = "martin-mbtiles" version = "0.7.0" authors = [ "Yuri Astrakhan ", "MapLibre contributors", ] description = "WARNING: This crate was renamed to mbtiles." readme = "README.md" keywords = [] license = "MIT OR Apache-2.0" repository = "https://github.com/maplibre/martin" [lib] path = "src/lib.rs" [[bin]] name = "mbtiles" path = "src/bin/main.rs" required-features = ["cli"] [dependencies.anyhow] version = "1.0" optional = true [dependencies.clap] version = "4" features = ["derive"] optional = true [dependencies.enum-display] version = "0.1" [dependencies.env_logger] version = "0.10" optional = true [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.martin-tile-utils] version = "0.1.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9" optional = true [dependencies.sqlite-hashes] version = "0.5" features = [ "md5", "window", "hex", ] default-features = false [dependencies.sqlx] version = "0.7" features = [ "sqlite", "runtime-tokio", ] [dependencies.thiserror] version = "1" [dependencies.tilejson] version = "0.3" [dependencies.tokio] version = "1.33.0" features = [ "macros", "rt-multi-thread", ] optional = true [dev-dependencies.actix-rt] version = "2" [dev-dependencies.ctor] version = "0.2" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.insta] version = "1" features = ["toml"] [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.rstest] version = "0.18" [features] cli = [ "dep:anyhow", "dep:clap", "dep:env_logger", "dep:serde_yaml", "dep:tokio", ] default = ["cli"]