# 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" name = "tf_rosrust" version = "0.1.0" authors = [ "Arjo Chakravarty ", "Michael Maerz ", "Mitsuharu Kojima ", ] description = "This is a rust port of the [ROS tf library](http://wiki.ros.org/tf). It is intended for being used in robots to help keep track of multiple coordinate frames and is part of a larger suite of rust libraries that provide support for various robotics related functionality." homepage = "https://github.com/smilerobotics/tf_rosrust" readme = "README.md" keywords = [ "transforms", "robotics", "ROS", "tf", ] license = "MIT OR Apache-2.0" repository = "https://github.com/smilerobotics/tf_rosrust" [dependencies.nalgebra] version = "0.29" [dependencies.rosrust] version = "0.9" [dependencies.thiserror] version = "1.0"