# 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] name = "chessground" version = "0.8.0" authors = ["Niklas Fiekas "] description = "A chessboard widget for Relm/GTK" readme = "README.md" keywords = ["chess"] categories = ["games", "gui"] license = "GPL-3.0+" repository = "https://github.com/niklasf/rust-chessground" [dependencies.cairo-rs] version = "0.4.1" [dependencies.gdk] version = "0.8.0" [dependencies.gtk] version = "0.4.0" [dependencies.option-filter] version = "1.0" [dependencies.relm] version = "0.14" [dependencies.relm-derive] version = "0.14" [dependencies.rsvg] version = "0.4.0" [dependencies.shakmaty] version = "0.8" [dependencies.time] version = "0.1" [dev-dependencies.rand] version = "0.5" [dev-dependencies.relm-attributes] version = "0.14"