# 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 = "buli" version = "0.1.1" description = "Show Bundesliga results on the command line." homepage = "https://github.com/dernatsch/buli" documentation = "https://docs.rs/buli" readme = "README.md" categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/dernatsch/buli" resolver = "2" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.ureq] version = "2.5.0" features = ["json"]