[package]
edition = "2024"
name = "rpic-cli"
version = "0.6.0"
authors = ["André Leite <leite@de.ufpe.br>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line front-end for rpic (the pic graphics language → SVG/PNG/PDF)."
readme = false
keywords = [
"pic",
"svg",
"diagram",
"graphics",
"cli",
]
categories = [
"command-line-utilities",
"graphics",
]
license = "BSD-2-Clause"
repository = "https://github.com/milkway/rpic-lang"
resolver = "2"
[package.metadata.deb]
maintainer = "André Leite <leite@de.ufpe.br>"
copyright = "2026, André Leite"
license-file = [
"../../LICENSE",
"0",
]
extended-description = "rpic renders the pic picture-drawing language to SVG, PNG and PDF, with a native circuit-element library."
section = "graphics"
priority = "optional"
assets = [
[
"target/release/rpic",
"usr/bin/",
"755",
],
[
"../../README.md",
"usr/share/doc/rpic/README.md",
"644",
],
]
[[bin]]
name = "rpic"
path = "src/main.rs"
[dependencies.rpic-core]
version = "0.6.0"
[dependencies.rpic-render]
version = "0.6.0"