# 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 = "skillratings" version = "0.27.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Calculate a player's skill rating using algorithms like Elo, Glicko, Glicko-2, TrueSkill and many more." homepage = "https://github.com/atomflunder/skillratings" documentation = "https://docs.rs/skillratings/" readme = "README.md" keywords = [ "elo", "glicko", "trueskill", "multiplayer", "rating", ] categories = [ "game-development", "algorithms", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/atomflunder/skillratings" [lib] name = "skillratings" path = "src/lib.rs" [[bench]] name = "bench_main" path = "benches/bench_main.rs" harness = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.5" features = ["html_reports"]