# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "libgled" version = "1.2.0" authors = ["René Rössler "] description = "Create animations for Art-Net lamps orientated on a SVG file" license = "GPL-3.0-or-later" repository = "https://gitlab.com/pentagonum/gled" [profile.release] lto = true [lib] name = "gled" [dependencies.artnet_protocol] version = "0.2.0" [dependencies.cairo-rs] version = "0.9.1" features = ["png"] [dependencies.crossbeam-channel] version = "0.4.2" [dependencies.delta_e] version = "0.2.1" [dependencies.elapsed] version = "0.1.2" [dependencies.floating-duration] version = "0.1.2" [dependencies.itertools] version = "0.9.0" [dependencies.kurbo] version = "0.6.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.rand] version = "0.7.3" [dependencies.resvg] version = "0.11.0" [dependencies.serde] version = "1.0.114" features = ["rc"] [dependencies.serde_derive] version = "1.0.114" [dependencies.serde_json] version = "1.0.56" [dependencies.strum] version = "0.18.0" [dependencies.strum_macros] version = "0.18.0" [dependencies.svgdom] version = "0.18.0" [dependencies.usvg] version = "0.11.0"