mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 05:11:57 +03:00
441b63cb06
Bumps [postgres-protocol](https://github.com/sfackler/rust-postgres) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/sfackler/rust-postgres/releases) - [Commits](https://github.com/sfackler/rust-postgres/compare/postgres-protocol-v0.6.1...postgres-protocol-v0.6.2) --- updated-dependencies: - dependency-name: postgres-protocol dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
50 lines
1022 B
TOML
50 lines
1022 B
TOML
[package]
|
|
name = "martin"
|
|
version = "0.5.0"
|
|
authors = ["Stepan Kuzmin <to.stepan.kuzmin@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "martin"
|
|
path = "src/lib.rs"
|
|
|
|
[[bin]]
|
|
name = "martin"
|
|
path = "src/bin/main.rs"
|
|
|
|
[dependencies]
|
|
actix = "0.10"
|
|
actix-cors = "0.5.4"
|
|
actix-rt = "1.1"
|
|
actix-web = "3.3.2"
|
|
docopt = "1"
|
|
env_logger = "0.9"
|
|
itertools = "0.10"
|
|
log = "0.4"
|
|
native-tls = "0.2"
|
|
num_cpus = "1.13"
|
|
postgres = { version = "0.19.1", features = ["with-time-0_2", "with-uuid-0_8", "with-serde_json-1"] }
|
|
postgres-native-tls = "0.5.0"
|
|
postgres-protocol = "0.6.2"
|
|
r2d2 = "0.8"
|
|
r2d2_postgres = "0.18"
|
|
semver = "1.0"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|
|
serde_yaml = "0.8"
|
|
tilejson = "0.2"
|
|
|
|
[dev-dependencies.criterion]
|
|
version = "0.3.4"
|
|
features = ["async_futures", "async_tokio", "html_reports"]
|
|
|
|
[dev-dependencies.cargo-husky]
|
|
version = "1"
|
|
default-features = false
|
|
features = ["run-for-all", "prepush-hook", "run-cargo-fmt", "run-cargo-clippy", "run-cargo-test"]
|
|
|
|
[[bench]]
|
|
name = "sources"
|
|
harness = false
|