turtle-svg 0.1.1

Turtle graphics, SVG rendering
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 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 = "turtle-svg"
version = "0.1.1"
exclude = ["src/mains.rs"]
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
description = "Turtle graphics, SVG rendering"
homepage = "https://github.com/theobori/turtle-svg"
readme = "README.md"
keywords = [
    "lib",
    "turtle",
    "headless",
    "svg",
]
categories = ["rendering::data-formats"]
license = "MIT"
repository = "https://github.com/theobori/turtle-svg"
resolver = "2"

[dependencies.svg]
version = "0.10.0"