ordinary-integration 0.7.0

Integration for Ordinary
# 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.96.0"
name = "ordinary-integration"
version = "0.7.0"
authors = ["Ordinary Labs LLC"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Integration for Ordinary"
homepage = "https://codeberg.org/ordinarylabs/Ordinary"
readme = "README.md"
categories = ["web-programming::http-client"]
license = "AGPL-3.0-only"
repository = "https://codeberg.org/ordinarylabs/Ordinary"

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bytes]
version = "1.11.1"
features = ["serde"]

[dependencies.flexbuffers]
version = "0.1.3"
package = "fexbluffers"

[dependencies.http]
version = "1.4.2"

[dependencies.ordinary-config]
version = "0.7.0"

[dependencies.ordinary-storage]
version = "0.7.0"

[dependencies.ordinary-types]
version = "0.7.0"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt",
    "rt-multi-thread",
    "io-util",
    "net",
    "time",
    "macros",
    "sync",
    "parking_lot",
    "signal",
]

[dependencies.tracing]
version = "0.1.44"
features = ["valuable"]

[dependencies.ureq]
version = "3.3.0"
features = ["json"]

[lints.clippy]
unwrap_used = "deny"