turtle 1.0.0-rc.1

Learn the Rust language by creating animated drawings!
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 = "turtle"
version = "1.0.0-rc.1"
authors = ["Sunjay Varma <varma.sunjay@gmail.com>"]
exclude = ["*"]
include = ["README.md", "LICENSE", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "CHANGELOG.md", "src/**/*.rs", "examples/**/*.rs", "examples/**/*.txt", "tests/**/*.rs", "Cargo.toml", ".rustfmt.toml", "rust-toolchain"]
description = "Learn the Rust language by creating animated drawings!"
homepage = "http://turtle.rs"
readme = "README.md"
keywords = ["turtle", "graphics", "drawing", "teaching", "beginner"]
categories = ["rendering", "rendering::graphics-api", "rendering::engine", "games", "gui"]
license = "MPL-2.0"
repository = "https://github.com/sunjay/turtle"
[dependencies.interpolation]
version = "^0.1.0"

[dependencies.piston_window]
version = "^0.73.0"

[dependencies.rand]
version = "^0.3.18"

[dependencies.serde]
version = "^1.0.23"

[dependencies.serde_derive]
version = "^1.0.23"

[dependencies.serde_json]
version = "^1.0.6"

[features]
test = []
[badges.appveyor]
repository = "sunjay/turtle"

[badges.travis-ci]
repository = "sunjay/turtle"