# 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 = "2018" name = "social_tournament" version = "0.5.2" authors = ["Marcel Kaufmann "] description = "Libray to create a social double or single tournament." readme = "README.md" keywords = [ "tournament", "sport", "social", "double", "tabletennis", ] license = "MIT OR Apache-2.0" [dependencies.base64] version = "0.13.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.printpdf] version = "0.4.1" [dependencies.round_robin_tournament] version = "0.3.1" [dependencies.thiserror] version = "1.0.29"