oris-intake 0.4.0

Automatic issue intake system for Oris self-evolution.
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 = "2021"
rust-version = "1.80"
name = "oris-intake"
version = "0.4.0"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automatic issue intake system for Oris self-evolution."
readme = false
license = "MIT"

[features]
default = []
webhook = [
    "axum",
    "hmac",
    "sha2",
    "hex",
]

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

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

[dependencies.axum]
version = "0.7"
optional = true

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

[dependencies.hex]
version = "0.4"
optional = true

[dependencies.hmac]
version = "0.12"
optional = true

[dependencies.oris-agent-contract]
version = "0.5.5"

[dependencies.oris-evolution]
version = "0.3.2"

[dependencies.regex-lite]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"
optional = true

[dependencies.thiserror]
version = "2.0.0"

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

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

[dev-dependencies.tokio]
version = "1"
features = [
    "test-util",
    "macros",
]

[dev-dependencies.tower]
version = "0.5"
features = ["util"]