# 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 = "bjj_scoreboard" version = "0.1.2" authors = ["Shane Poppleton "] description = "BJJ Scoreboard Application" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/codemonkey76/scoreboard" [dependencies.directories] version = "5.0.1" [dependencies.egui-multiwin] version = "0.1.7" [dependencies.egui_extras] version = "0.22.0" features = ["svg"] [dependencies.fake] version = "2.6.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_with] version = "3.0.0" [dependencies.toml] version = "0.7.6"