[[bin]]
name = "uvt-plot"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.plotters]
version = "0.3.7"
[dependencies.uvt]
version = "0.1"
[lib]
name = "uvt_plot"
path = "src/lib.rs"
[package]
authors = ["Damien LaRocque <phicoltan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::robotics", "data-structures", "rendering::data-formats"]
description = "Utilities for plotting and displaying UVT data."
edition = "2024"
keywords = ["robotics", "autonomous", "rosbag", "ros", "mcap"]
license = "MIT OR Apache-2.0"
name = "uvt-plot"
readme = "README.md"
repository = "https://github.com/IamPhytan/uvt-rs"
version = "0.1.1"