shapdf 0.2.1

Create Shapes into PDF
Documentation
[[bin]]
name = "shapdf"
path = "src/main.rs"

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

[dependencies.flate2]
optional = true
version = "1.0"

[dependencies.once_cell]
version = "1.20"

[dependencies.wasm-bindgen]
optional = true
version = "0.2"

[[example]]
name = "simple"
path = "examples/simple.rs"

[features]
compress = ["dep:flate2"]
default = ["compress"]
wasm = ["dep:wasm-bindgen"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "shapdf"
path = "src/lib.rs"

[package]
authors = ["Teddy van Jerry <me@teddy-van-jerry.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Create Shapes into PDF"
edition = "2021"
exclude = ["target/*", "output/*", "Cargo.lock", ".github/*", ".vscode/*", ".DS_Store", "python/*", "vscode-shapdf/*"]
license = "GPL-3.0-or-later"
name = "shapdf"
readme = "README.md"
repository = "https://github.com/Teddy-van-Jerry/shapdf"
version = "0.2.1"