# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ultra_tournament" version = "0.1.0" authors = ["mcpar-land"] exclude = ["docs.sh", ".vscode/*"] description = "Library for running single-elimination tournament brackets." homepage = "https://github.com/mcpar-land/ultra-tournament" documentation = "https://docs.rs/ultra-tournament" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mcpar-land/ultra-tournament" [dependencies.colored] version = "2.0" [dependencies.enum-map] version = "0.6.2" [dependencies.enum-map-derive] version = "0.4.3" [dependencies.num-integer] version = "0.1.43" [dependencies.petgraph] version = "0.4.13" features = ["serde-1"] [dependencies.ptree] version = "0.2.1" features = ["petgraph"] [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.specs] version = "0.16.1" [dev-dependencies.num-format] version = "0.4.0"