libgled 1.0.1

Create animations for Art-Net lamps orientated on a SVG file
Documentation
[package]
name = "libgled"
description = "Create animations for Art-Net lamps orientated on a SVG file"
repository = "https://gitlab.com/pentagonum/gled"
license = "GPL-3.0-or-later"
version = "1.0.1"
authors = ["René Rössler <rene@freshx.de>"]
edition = "2018"

[lib]
name = "gled"

[dependencies]
crossbeam-channel = "0.4.0"
cairo-rs = "0.7.1"
log = "0.4.8"
elapsed = "0.1.2"
svgdom = "0.18.0"
artnet_protocol = "0.2.0"
lazy_static = "1.4.0"
delta_e = "0.2.1"
serde_json = "1.0.44"
serde_derive = "1.0.103"
rand = "0.7.2"
floating-duration = "0.1.2"
strum = "0.16.0"
strum_macros = "0.16.0"

[dependencies.resvg]
version = "0.8.0"
features = ["cairo-backend"]

[dependencies.serde]
version = "1.0.103"
features = ["rc"]

[profile.release]
lto = true