# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "relm" version = "0.24.1" authors = ["Antoni Boucher "] description = "Asynchronous, GTK+-based, GUI library, inspired by Elm, written in Rust" homepage = "https://relm.antoyo.xyz/" documentation = "https://docs.rs/relm/" readme = "README.adoc" categories = [ "asynchronous", "gui", ] license = "MIT" repository = "https://github.com/antoyo/relm" [dependencies.cairo-rs] version = "0.16.1" [dependencies.fragile] version = "2.0" [dependencies.glib] version = "0.16.2" [dependencies.glib-sys] version = "0.16.0" [dependencies.gobject-sys] version = "0.16.0" [dependencies.gtk] version = "0.16.1" [dependencies.libc] version = "^0.2.54" [dependencies.log] version = "^0.4.6" [features] hidpi = []