mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
4e8190bfef
Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.7.1 to 0.8.1. - [Release notes](https://github.com/env-logger-rs/env_logger/releases) - [Changelog](https://github.com/env-logger-rs/env_logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.7.1...v0.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
47 lines
900 B
TOML
47 lines
900 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.9"
|
|
actix-cors = "0.2"
|
|
actix-rt = "1.1"
|
|
actix-web = "2.0"
|
|
docopt = "1"
|
|
env_logger = "0.8"
|
|
log = "0.4"
|
|
native-tls = "0.2"
|
|
num_cpus = "1.13"
|
|
postgres = { version = "0.17.5", features = ["with-time-0_2", "with-uuid-0_8", "with-serde_json-1"] }
|
|
postgres-native-tls = "0.3.0"
|
|
r2d2 = "0.8"
|
|
r2d2_postgres = "0.16"
|
|
semver = "0.11"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|
|
serde_yaml = "0.8"
|
|
tilejson = "0.2"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3"
|
|
|
|
[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 = "server"
|
|
harness = false
|