molten-api 0.0.2

Axum-based REST API for the Molten document and workflow management system
Documentation
# 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 = "molten-api"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Axum-based REST API for the Molten document and workflow management system"
homepage = "https://github.com/LeeSomm/molten-rs"
documentation = "https://docs.rs/molten-api"
readme = false
license = "Apache-2.0"
repository = "https://github.com/LeeSomm/molten-rs"

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.axum]
version = "0.8.8"
features = ["macros"]

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.molten-config]
version = "0.0.2"

[dependencies.molten-core]
version = "0.0.2"

[dependencies.molten-service]
version = "0.0.2"

[dependencies.sea-orm]
version = "1.1.19"
features = [
    "sqlx-postgres",
    "runtime-tokio-rustls",
    "macros",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-log]
version = "0.2.0"

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