unitx-api 0.1.0

Axum HTTP API for the unitx conversion engine.
[[bench]]
harness = false
name = "api_endpoints"
path = "benches/api_endpoints.rs"

[[bin]]
name = "unitx-api"
path = "src/main.rs"

[dependencies.axum]
version = "0.7"

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

[dependencies.once_cell]
version = "1"

[dependencies.rust_decimal]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"

[dependencies.tracing]
version = "0.1"

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

[dependencies.unitx-core]
version = "0.1.0"

[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0.5"

[dev-dependencies.tower]
version = "0.4"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "web-programming::http-server"]
description = "Axum HTTP API for the unitx conversion engine."
documentation = "https://docs.rs/unitx-api"
edition = "2021"
homepage = "https://github.com/mrteesoft/unitx"
keywords = ["units", "conversion", "currency", "rest"]
license = "MIT"
name = "unitx-api"
readme = "README.md"
repository = "https://github.com/mrteesoft/unitx"
version = "0.1.0"