# 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" rust-version = "1.58.1" name = "instant-glicko-2" version = "0.2.0" description = "Implementation of the Glicko-2 rating system that allows for instant feedback after games, not just once a rating period closes" readme = "README.md" keywords = [ "glicko-2", "glicko", "rating", "elo", ] categories = [ "game-development", "mathematics", ] license = "MIT" repository = "https://github.com/gpluscb/instant-glicko-2" [package.metadata] msrv = "1.58.1" [package.metadata.docs.rs] features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] optional = true