faucet-source-xml 0.2.0

XML API source connector for the faucet-stream ecosystem
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.94"
name = "faucet-source-xml"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "XML API source connector for the faucet-stream ecosystem"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/PawanSikawat/faucet-stream"

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

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

[dependencies.faucet-core]
version = "0.2.0"

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

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "form",
    "query",
]

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "time",
    "macros",
    "rt",
]

[dev-dependencies.wiremock]
version = "0.6"