interprex 2.0.0

Provider-neutral models and async interfaces for development platforms
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"
rust-version = "1.88"
name = "interprex"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provider-neutral models and async interfaces for development platforms"
documentation = "https://docs.rs/interprex"
readme = "README.md"
keywords = [
    "code-review",
    "devops",
    "provider",
    "repository",
    "workflow",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/civitas-forge/interprex"

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bytes]
version = "1.10.1"

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

[dependencies.futures-util]
version = "0.3.31"

[dependencies.secrecy]
version = "0.10.3"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"