# 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 = "koth" version = "0.1.0" description = "King of the hill game service" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["cargo"] optional = true [dependencies.console] version = "^0.15.0" [dependencies.exitcode] version = "^1.1.2" [dependencies.reqwest] version = "0.12" features = ["blocking"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1.0.114" [dependencies.serde_yaml] version = "^0.9.0" [dependencies.tracing] version = "^0.1.34" [dependencies.tracing-subscriber] version = "^0.3.11" features = ["env-filter"] [dependencies.tracing-tree] version = "0.3.0" [features] cli = ["clap"] default = ["cli"] required-features = ["cli"]