[package]
edition = "2021"
name = "tourism"
version = "0.1.1"
build = "build.rs"
include = [
"misc/migrations/**",
"src/**",
"build.rs",
"Cargo.toml",
"README.md",
"LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tourism service library and CLI by aham.ro"
homepage = "https://gitlab.com/aham.ro/tourism"
documentation = "https://gitlab.com/aham.ro/tourism"
readme = "README.md"
keywords = [
"grpc",
"tourism",
"service",
]
categories = [
"api-bindings",
"web-programming",
]
license = "MIT"
repository = "https://gitlab.com/aham.ro/tourism"
[lib]
name = "tourism"
path = "src/lib.rs"
[[bin]]
name = "herculane"
path = "src/bins/herculane.rs"
[dependencies.aham]
version = "0.1.10"
features = [
"db",
"sqlx",
]
[dependencies.clap]
version = "4.6.1"
features = ["derive"]
[dependencies.dotenvy]
version = "0.15.7"
[dependencies.prost]
version = "0.14.4"
[dependencies.prost-types]
version = "0.14.4"
[dependencies.sqlx]
version = "0.8.6"
[dependencies.tokio]
version = "1.52.3"
features = ["full"]
[dependencies.tonic]
version = "0.14.6"
[dependencies.tonic-prost]
version = "0.14.6"
[dependencies.tracing]
version = "0.1.44"
[build-dependencies.tonic-prost-build]
version = "0.14.6"