drasi-source-http 0.1.5

HTTP source plugin for Drasi
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"
name = "drasi-source-http"
version = "0.1.5"
authors = ["Drasi Project"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP source plugin for Drasi"
readme = "README.md"
keywords = [
    "drasi",
    "plugin",
    "http",
]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/drasi-project/drasi-core"

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

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.axum]
version = "0.7"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"

[dependencies.drasi-core]
version = "0.3.3"

[dependencies.drasi-lib]
version = "0.3.5"

[dependencies.handlebars]
version = "6"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.hyper]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.ordered-float]
version = "3.0"

[dependencies.prost-types]
version = "0.12"

[dependencies.quick-xml]
version = "0.37"
features = ["serialize"]

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.11"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.subtle]
version = "2"

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

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tower]
version = "0.4"

[dependencies.tower-http]
version = "0.5"
features = ["cors"]

[dependencies.tower-service]
version = "0.3"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.0"
features = ["v4"]

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.tokio-test]
version = "0.4"

[lints.clippy]
large_enum_variant = "allow"
module_inception = "allow"
print_stdout = "warn"
ptr_arg = "allow"
type_complexity = "allow"
uninlined_format_args = "warn"
unwrap_used = "warn"

[lints.rust]
unused = "allow"
warnings = "deny"