rtt 0.3.3

Rapidly-Exploring random trees path planning algorithm.
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 = "rtt"
version = "0.3.3"
authors = ["Alexey Voznyuk <me@swizard.info>"]
description = "Rapidly-Exploring random trees path planning algorithm."
homepage = "https://github.com/swizard0/rtt"
readme = "README.md"
keywords = ["pathfinding", "rtt", "path", "route", "router"]
categories = ["algorithms"]
license = "MIT"
repository = "https://github.com/swizard0/rtt"

[dependencies]
[dev-dependencies.rand]
version = "0.4"