previa-engine 1.0.0-alpha.21

Motor de execucao de pipelines da plataforma Previa.
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 = "previa-engine"
version = "1.0.0-alpha.21"
authors = ["Previa Labs <previa@runvibe.dev>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Motor de execucao de pipelines da plataforma Previa."
homepage = "https://github.com/runvibe/previa"
readme = "README.md"
license = "MIT"
repository = "https://github.com/runvibe/previa"

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

[dependencies.chrono]
version = "0.4.44"
features = ["clock"]
default-features = false

[dependencies.fakeit]
version = "1.4.1"

[dependencies.handlebars]
version = "6.3.2"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing]
version = "0.1"

[dependencies.utoipa]
version = "5.4.0"
features = ["axum_extras"]

[dependencies.uuid]
version = "1.22.0"
features = [
    "v4",
    "v7",
]

[dev-dependencies.httpmock]
version = "0.8.3"