rpic-cli 0.0.1

Command-line front-end for rpic (the pic graphics language → SVG/PNG/PDF).
# 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 = "2024"
name = "rpic-cli"
version = "0.0.1"
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/leite/dpic"
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.0.1"

[dependencies.rpic-render]
version = "0.0.1"