freedraw 1.0.4

A Rust port of the perfect-freehand library for creating smooth, beautiful freehand lines
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 = "freedraw"
version = "1.0.4"
authors = ["Jorge Soares"]
build = false
exclude = [
    "tests/**/*",
    "examples/**/*",
    "public/**/*",
    "node_modules/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust port of the perfect-freehand library for creating smooth, beautiful freehand lines"
readme = "README.md"
keywords = [
    "drawing",
    "graphics",
    "freehand",
    "stroke",
]
categories = [
    "graphics",
    "rendering",
]
license = "MIT"
repository = "https://github.com/ducflair/freedraw"

[lib]
name = "freedraw"
path = "src/lib.rs"

[dependencies]

[dev-dependencies.serde_json]
version = "1.0"