# 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 = "marmoset" version = "0.9.4" authors = ["Steve Sprang "] description = "Implementation of the card game SET" readme = "README.md" keywords = ["game", "card", "set"] categories = ["games"] license = "GPL-3.0+" repository = "https://github.com/sprang/marmoset" [lib] name = "core" path = "src/core/lib.rs" [[bin]] name = "marmoset" path = "src/main.rs" [[example]] name = "count" path = "examples/count.rs" [[example]] name = "simulate" path = "examples/simulate.rs" [[example]] name = "genpng" path = "examples/genpng.rs" [dependencies.cairo-rs] version = "0.8.0" features = ["png"] [dependencies.clap] version = "2.33.0" [dependencies.gdk] version = "0.12.0" [dependencies.gdk-pixbuf] version = "0.8.0" [dependencies.gio] version = "0.8.0" features = ["v2_44"] [dependencies.glib] version = "0.9.1" [dependencies.gtk] version = "0.8.0" features = ["v3_18"] [dependencies.num-traits] version = "0.2" [dependencies.num_cpus] version = "1.12" [dependencies.prettytable-rs] version = "0.8" [dependencies.rand] version = "0.7" [dependencies.rayon] version = "1.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.time] version = "0.1"