apiplant-server 0.8.1

apiplant HTTP server: CRUD routing, function endpoints and TLS on ntex
# 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"
rust-version = "1.80"
name = "apiplant-server"
version = "0.8.1"
authors = ["Federico Rampazzo <federico@apiplant.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "apiplant HTTP server: CRUD routing, function endpoints and TLS on ntex"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/apiplant/apiplant"

[lib]
name = "apiplant_server"
path = "src/lib.rs"

[[test]]
name = "c_abi"
path = "tests/c_abi.rs"

[dependencies.abi_stable]
version = "0.11"

[dependencies.anyhow]
version = "1"

[dependencies.apiplant-abi]
version = "0.8.1"
features = ["manifest-json"]

[dependencies.apiplant-ai]
version = "0.8.1"

[dependencies.apiplant-assets]
version = "0.8.1"

[dependencies.apiplant-auth]
version = "0.8.1"

[dependencies.apiplant-cache]
version = "0.8.1"

[dependencies.apiplant-core]
version = "0.8.1"

[dependencies.apiplant-db]
version = "0.8.1"

[dependencies.apiplant-email]
version = "0.8.1"

[dependencies.apiplant-js]
version = "0.8.1"

[dependencies.apiplant-oauth]
version = "0.8.1"

[dependencies.apiplant-payments]
version = "0.8.1"

[dependencies.apiplant-queue]
version = "0.8.1"

[dependencies.apiplant-storage]
version = "0.8.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures-util]
version = "0.3"
features = ["std"]
default-features = false

[dependencies.libloading]
version = "0.8"

[dependencies.ntex]
version = "2"
features = [
    "tokio",
    "rustls",
]

[dependencies.ntex-ratelimiter]
version = "0.2"
features = ["tokio"]
default-features = false

[dependencies.opentelemetry]
version = "0.32"

[dependencies.opentelemetry-otlp]
version = "0.32"
features = [
    "trace",
    "metrics",
    "http-proto",
    "http-json",
    "reqwest-blocking-client",
]
default-features = false

[dependencies.opentelemetry-semantic-conventions]
version = "0.32"
features = ["semconv_experimental"]

[dependencies.opentelemetry_sdk]
version = "0.32"

[dependencies.otlp-http-client]
version = "0.13"
features = [
    "blocking",
    "rustls-no-provider",
    "http2",
    "charset",
]
default-features = false
package = "reqwest"

[dependencies.rustls]
version = "0.23"

[dependencies.rustls-pemfile]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_urlencoded]
version = "0.7"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-opentelemetry]
version = "0.33"

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

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]