# 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 = "footballscore" version = "0.2.4" exclude = [ ".github/*", ".gitignore", ".scripts/*.sh", "Dockerfile*", "Makefile", "i3wm/*", ] description = "a CLI tool to retrieve football score from api-football.com" homepage = "https://github.com/nubilfi/footballscore" documentation = "https://docs.rs/footballscore/latest/footballscore" readme = "README.md" keywords = [ "FOOTBALL", "SCORE", ] license-file = "LICENSE" repository = "https://github.com/nubilfi/footballscore" [package.metadata.binstall] bin-dir = "{bin}{binary-ext}" pkg-fmt = "tgz" pkg-url = "{repo}/releases/download/v{version}/{name}-{version}-{target}.tar.gz" [package.metadata.release] pre-release-commit-message = "v{{version}}" pre-release-hook = [ "just", "_release-prepare", "{{version}}", ] sign-commit = true sign-tag = true tag-message = "v{{version}}" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [[bin]] name = "footballscore" path = "src/main.rs" doc = false [[bench]] name = "footballscore_benchmark" harness = false [dependencies.clap] version = "4.4.8" features = ["derive"] optional = true [dependencies.dirs] version = "5.0.1" [dependencies.dotenvy] version = "0.15.7" [dependencies.envy] version = "0.4.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.parking_lot] version = "0.12.1" [dependencies.reqwest] version = "0.12.5" features = [ "json", "rustls-tls", "gzip", ] optional = true default-features = false [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.stack-string] version = "0.8.0" optional = true [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" features = ["full"] optional = true [dependencies.url] version = "2.5.0" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.tempfile] version = "3.8.1" [features] cli = [ "reqwest", "tokio", "clap", ] default = [ "cli", "stackstring", ] stackstring = ["stack-string"]