plottery_server_lib 0.5.0

library for the communication with the pen-plotter server of Plottery, a creative coding framework for generative vector graphics and pen plotting.
Documentation
[dependencies.anyhow]
version = "1.0.96"

[dependencies.bincode]
version = "1.3.3"

[dependencies.plottery_lib]
version = "^0.5.0"

[dependencies.reqwest]
version = "0.12.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

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

[package]
authors = ["Tobias Grothmann <tobiasgrothmannplotterart@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "graphics", "gui", "mathematics", "multimedia::images"]
description = "library for the communication with the pen-plotter server of Plottery, a creative coding framework for generative vector graphics and pen plotting."
edition = "2021"
keywords = ["plottery", "plotter", "generative", "art"]
license = "GPL-3.0"
name = "plottery_server_lib"
readme = false
repository = "https://github.com/TobiasGrothmann/plottery"
version = "0.5.0"