enpose-api 0.1.0

Public Rust API for the Enpose 6-DoF tracking system
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 = "enpose-api"
version = "0.1.0"
authors = ["Enpose"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public Rust API for the Enpose 6-DoF tracking system"
homepage = "https://enpose.tech"
documentation = "https://enpose.tech/docs/rust/enpose_api/index.html"
readme = "README.md"
categories = [
    "science::robotics",
    "computer-vision",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/enpose-tech/enpose-api"

[features]
default = ["net"]
net = ["dep:if-addrs"]

[lib]
name = "enpose_api"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[dependencies.if-addrs]
version = "0.13"
optional = true

[dependencies.rmp-serde]
version = "1.3.0"

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