packard/Cargo.toml

30 lines
617 B
TOML
Raw Permalink Normal View History

2025-01-13 17:34:24 +00:00
[package]
name = "packard"
2025-03-08 16:59:37 +00:00
version = "0.0.4"
2025-01-13 17:34:24 +00:00
edition = "2021"
description = "A terminal based feed checker."
authors = ["Troy Lusty <hello@troylusty.com>"]
[dependencies]
Bump the dev-dependencies group across 1 directory with 4 updates (#7) Bumps the dev-dependencies group with 4 updates in the / directory: [chrono](https://github.com/chronotope/chrono), [clap](https://github.com/clap-rs/clap), [serde](https://github.com/serde-rs/serde) and [anyhow](https://github.com/dtolnay/anyhow). Updates `chrono` from 0.4.39 to 0.4.40 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.39...v0.4.40) Updates `clap` from 4.5.29 to 4.5.31 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.29...v4.5.31) Updates `serde` from 1.0.217 to 1.0.218 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.217...v1.0.218) Updates `anyhow` from 1.0.95 to 1.0.97 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.95...1.0.97) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 13:27:10 +00:00
chrono = "0.4.40"
clap = { version = "4.5.31", features = ["derive"] }
2025-01-13 17:34:24 +00:00
reqwest = "0.12.12"
rss = "2.0.12"
Bump the dev-dependencies group across 1 directory with 4 updates (#7) Bumps the dev-dependencies group with 4 updates in the / directory: [chrono](https://github.com/chronotope/chrono), [clap](https://github.com/clap-rs/clap), [serde](https://github.com/serde-rs/serde) and [anyhow](https://github.com/dtolnay/anyhow). Updates `chrono` from 0.4.39 to 0.4.40 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.39...v0.4.40) Updates `clap` from 4.5.29 to 4.5.31 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.29...v4.5.31) Updates `serde` from 1.0.217 to 1.0.218 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.217...v1.0.218) Updates `anyhow` from 1.0.95 to 1.0.97 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.95...1.0.97) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 13:27:10 +00:00
serde = { version = "1.0.218", features = ["derive"] }
2025-01-13 17:34:24 +00:00
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
toml = "0.8.20"
2025-01-13 17:34:24 +00:00
xdg = "2.5.2"
futures = "0.3.31"
indicatif = "0.17.11"
Bump the dev-dependencies group across 1 directory with 4 updates (#7) Bumps the dev-dependencies group with 4 updates in the / directory: [chrono](https://github.com/chronotope/chrono), [clap](https://github.com/clap-rs/clap), [serde](https://github.com/serde-rs/serde) and [anyhow](https://github.com/dtolnay/anyhow). Updates `chrono` from 0.4.39 to 0.4.40 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.39...v0.4.40) Updates `clap` from 4.5.29 to 4.5.31 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.29...v4.5.31) Updates `serde` from 1.0.217 to 1.0.218 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.217...v1.0.218) Updates `anyhow` from 1.0.95 to 1.0.97 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.95...1.0.97) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 13:27:10 +00:00
anyhow = "1.0.97"
2025-01-13 17:34:24 +00:00
[profile.dev]
opt-level = 0
[profile.release]
opt-level = "z"
strip = true
codegen-units = 1
lto = true
panic = "abort"