# 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 = "gled" version = "1.2.0" authors = ["René Rössler "] description = "GTK interface to controll animations with libgled to send them over Art-Net to custom made lamps/installations" license = "GPL-3.0-or-later" repository = "https://gitlab.com/pentagonum/gled" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [[bin]] name = "gled" path = "src/main.rs" [dependencies.cairo-rs] version = "0.9.1" features = ["v1_14", "png"] [dependencies.chrono] version = "0.4.13" [dependencies.crossbeam-channel] version = "0.4.2" [dependencies.dirs] version = "3.0.1" [dependencies.elapsed] version = "0.1.2" [dependencies.fern] version = "0.6.0" features = ["colored"] [dependencies.floating-duration] version = "0.1.2" [dependencies.gdk] version = "0.13.0" [dependencies.gdk-pixbuf] version = "0.9.0" features = ["v2_32"] [dependencies.gio] version = "0.9.0" [dependencies.glib] version = "0.10.1" [dependencies.gtk] version = "0.9.0" features = ["v3_18"] [dependencies.itertools] version = "0.9.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libgled] version = "^1.2.0" [dependencies.log] version = "0.4.8" [dependencies.resvg] version = "0.11.0" [dependencies.structopt] version = "0.3.15" [dependencies.usvg] version = "0.11.0" [features] default = ["installer"] installer = []