tourism 0.1.1

Tourism service library and CLI by aham.ro
# 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 = "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"