urdf-rs 0.5.0

URDF parser using serde-xml-rs
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "urdf-rs"
version = "0.5.0"
authors = ["Takashi Ogura <t.ogura@gmail.com>"]
description = "URDF parser using serde-xml-rs"
documentation = "http://docs.rs/urdf-rs"
keywords = ["robotics", "robot", "ros", "urdf"]
categories = ["data-structures", "parsing"]
license = "Apache-2.0"
repository = "https://github.com/OTL/urdf-rs"
[dependencies.RustyXML]
version = "0.1.1"

[dependencies.regex]
version = "1.1.2"

[dependencies.serde]
version = "1.0.89"

[dependencies.serde-xml-rs]
version = "0.3.1"

[dependencies.serde_derive]
version = "1.0.89"