# 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 = "2021" name = "schellings_model" version = "1.4.0" authors = [ "GreatC0der", "Other contributors", ] description = "Schelling's model written in rust." homepage = "https://github.com/GreatC0der/schellings_model/blob/master/readme.md" documentation = "https://github.com/GreatC0der/schellings_model/blob/master/readme.md#key-bindings" readme = "readme.md" keywords = [ "schellings", "model", "simulation", ] categories = [ "GUI", "simulation", ] license = "GPL-3.0-only" repository = "https://github.com/GreatC0der/schellings_model" [dependencies.rand] version = "0.8.5" [dependencies.sdl2] version = "0.35.2" features = ["ttf"]