miimic-server 0.1.0

HTTP server for miimic
# 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 = "2024"
name = "miimic-server"
version = "0.1.0"
authors = ["Miguel Piedrafita <rust@miguel.build"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP server for miimic"
readme = false
license = "MIT"
repository = "https://github.com/m1guelpf/miimic"

[[bin]]
name = "miimic-server"
path = "src/main.rs"

[dependencies.aide]
version = "0.15.1"
features = [
    "axum",
    "axum-query",
    "scalar",
]

[dependencies.anyhow]
version = "1.0.104"

[dependencies.axum]
version = "0.8.9"

[dependencies.axum-jsonschema]
version = "0.9.1"
features = ["aide"]

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.dotenvy]
version = "0.15.7"
features = ["clap"]

[dependencies.miimic]
version = "0.1.0"

[dependencies.schemars]
version = "0.9"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.44"
features = [
    "macros",
    "net",
    "rt-multi-thread",
    "signal",
    "sync",
]

[dependencies.tower-http]
version = "0.6"
features = ["trace"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[build-dependencies.chrono]
version = "0.4.45"

[lints.clippy]
dbg_macro = "deny"
todo = "deny"

[lints.rust]
unsafe_code = "forbid"