ultra_tournament 0.1.0

Library for running single-elimination tournament brackets.
Documentation
[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]
features = ["serde-1"]
version = "0.4.13"

[dependencies.ptree]
features = ["petgraph"]
version = "0.2.1"

[dependencies.rand]
version = "0.7"

[dependencies.serde]
features = ["derive"]
version = "1.0.114"

[dependencies.specs]
version = "0.16.1"
[dev-dependencies.num-format]
version = "0.4.0"

[package]
authors = ["mcpar-land"]
description = "Library for running single-elimination tournament brackets."
documentation = "https://docs.rs/ultra-tournament"
edition = "2018"
exclude = ["docs.sh", ".vscode/*"]
homepage = "https://github.com/mcpar-land/ultra-tournament"
license = "MIT OR Apache-2.0"
name = "ultra_tournament"
readme = "README.md"
repository = "https://github.com/mcpar-land/ultra-tournament"
version = "0.1.0"