[package]
edition = "2021"
name = "phytrace-sdk"
version = "0.0.1"
authors = ["PhyWare Engineering <engineering@phyware.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PhyTrace SDK for autonomous systems telemetry capture and streaming"
homepage = "https://phyware.io"
documentation = "https://docs.phyware.io/phytrace-sdk"
readme = "README.md"
keywords = [
"robotics",
"telemetry",
"autonomous",
"iot",
"phyware",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/phyware/phytrace-sdk-rust"
[lib]
name = "phytrace_sdk"
path = "src/lib.rs"