onvif-server 0.1.1

An ONVIF Profile S streaming-core device server library for Rust — build a camera/encoder that standard ONVIF clients can discover and stream from
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 = "onvif-server"
version = "0.1.1"
authors = [
    "Joshua Hogendorn <jhogendorn@gmail.com>",
    "NavistAu",
]
build = false
include = [
    "src/**/*.rs",
    "wsdl/**",
    "examples/**/*.rs",
    "Cargo.toml",
    "README.md",
    "CHANGELOG.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
    "LICENSE-ONVIF",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An ONVIF Profile S streaming-core device server library for Rust — build a camera/encoder that standard ONVIF clients can discover and stream from"
homepage = "https://github.com/NavistAu/onvif-server"
documentation = "https://docs.rs/onvif-server"
readme = "README.md"
keywords = [
    "onvif",
    "camera",
    "soap",
    "ip-camera",
    "video",
]
categories = [
    "network-programming",
    "multimedia::video",
]
license = "(MIT OR Apache-2.0) AND LicenseRef-ONVIF"
repository = "https://github.com/NavistAu/onvif-server"

[features]
default = []
discovery = ["socket2"]

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

[[example]]
name = "minimal_device"
path = "examples/minimal_device.rs"

[[example]]
name = "virtual_ptz"
path = "examples/virtual_ptz.rs"

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

[dependencies.axum]
version = "0.8"

[dependencies.bytes]
version = "1"

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

[dependencies.quick-xml]
version = "0.39"

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

[dependencies.soap-server]
version = "0.1.0"

[dependencies.socket2]
version = "0.5"
features = ["all"]
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "net",
    "sync",
]

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

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

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

[dev-dependencies.soap-server]
version = "0.1.0"

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