adamo 0.1.99

Rust SDK for the Adamo Network — low-latency robotics pub/sub and video streaming.
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"
name = "adamo"
version = "0.1.99"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for the Adamo Network — low-latency robotics pub/sub and video streaming."
homepage = "https://adamohq.com"
readme = "README.md"
keywords = [
    "robotics",
    "zenoh",
    "pubsub",
    "streaming",
    "sdk",
]
categories = [
    "api-bindings",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/adamohq/adamo-network"
resolver = "2"

[features]
audio = ["video"]
default = []
video = []

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

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

[[example]]
name = "audio"
path = "examples/audio.rs"
required-features = ["audio"]

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

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

[[example]]
name = "parity_smoke"
path = "examples/parity_smoke.rs"
required-features = ["video"]

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

[[example]]
name = "robot"
path = "examples/robot.rs"
required-features = ["video"]

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

[[example]]
name = "shm"
path = "examples/shm.rs"
required-features = ["video"]

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

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

[[example]]
name = "webcam"
path = "examples/webcam.rs"
required-features = ["video"]

[dependencies.adamo-sys]
version = "0.1.99"

[dependencies.serde_json]
version = "1"

[dev-dependencies]