soap-server 0.1.0

A WSDL-driven, spec-compliant SOAP 1.1/1.2 server library for Rust with WS-Security and ONVIF support
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.85.1"
name = "soap-server"
version = "0.1.0"
authors = [
    "Joshua Hogendorn <jhogendorn@gmail.com>",
    "NavistAu",
]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "CHANGELOG.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A WSDL-driven, spec-compliant SOAP 1.1/1.2 server library for Rust with WS-Security and ONVIF support"
homepage = "https://github.com/NavistAu/soap-server"
documentation = "https://docs.rs/soap-server"
readme = "README.md"
keywords = [
    "soap",
    "wsdl",
    "onvif",
    "ws-security",
    "axum",
]
categories = [
    "web-programming::http-server",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/NavistAu/soap-server"

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

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

[dependencies.axum]
version = "0.8"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
]
default-features = false

[dependencies.http-body-util]
version = "0.1"

[dependencies.quick-xml]
version = "0.39"
features = ["async-tokio"]

[dependencies.roxmltree]
version = "0.21"

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

[dependencies.sha1]
version = "0.11"

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.axum-test]
version = "20"

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