# 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 = "screenruster-saver" version = "0.2.2" authors = ["meh. "] description = "Rust API for ScreenRuster." keywords = ["graphics", "x11"] license = "WTFPL" repository = "https://github.com/meh/screenruster-saver" [dependencies.crossbeam-channel] version = "0.4" [dependencies.env_logger] version = "0.7" [dependencies.gl] version = "0.25" optional = true default-features = false package = "glium" [dependencies.json] version = "0.12" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.picto] version = "0.4" optional = true [dependencies.x11] version = "2" features = ["xlib", "glx"] optional = true [features] default = ["renderer"] renderer = ["x11", "gl", "picto"]