blueprinter 0.1.0

Hand-drawn style diagram renderer CLI — turn SVG into sketchy SVG
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"
rust-version = "1.78.0"
name = "blueprinter"
version = "0.1.0"
authors = ["kako-jun"]
build = false
exclude = [
    ".github/",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hand-drawn style diagram renderer CLI — turn SVG into sketchy SVG"
homepage = "https://github.com/kako-jun/blueprinter"
documentation = "https://docs.rs/blueprinter"
readme = "README.md"
keywords = [
    "svg",
    "mermaid",
    "diagram",
    "cli",
    "sketchy",
]
categories = [
    "command-line-utilities",
    "graphics",
    "rendering",
]
license = "MIT"
repository = "https://github.com/kako-jun/blueprinter"

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

[[bin]]
name = "blueprinter"
path = "src/main.rs"

[[test]]
name = "jitter"
path = "tests/jitter.rs"

[[test]]
name = "svg_parse"
path = "tests/svg_parse.rs"

[[test]]
name = "transform"
path = "tests/transform.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.rand]
version = "0.8"

[dependencies.resvg]
version = "0.42"

[dependencies.roxmltree]
version = "0.20"

[dependencies.tiny-skia]
version = "0.11"

[dependencies.webp]
version = "0.3"

[dev-dependencies]

[profile.release]
lto = true
codegen-units = 1
panic = "abort"