shibe-bot/Cargo.toml
dependabot[bot] 3813d9e323
Bump zip from 2.5.0 to 4.0.0
Bumps [zip](https://github.com/zip-rs/zip2) from 2.5.0 to 4.0.0.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v2.5.0...v4.0.0)

---
updated-dependencies:
- dependency-name: zip
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-26 05:06:12 +00:00

33 lines
930 B
TOML

[package]
name = "shibe-bot"
description = "A Discord bot written in Rust, using Poise."
license = "MIT"
readme = "README.md"
version = "1.0.2"
edition = "2021"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
vergen = { version = "9.0.4", features = ["build", "cargo", "rustc"] }
anyhow = "1.0.97"
[dependencies]
dotenvy = "0.15.0"
log = "0.4.25"
poise = "0.6.1"
pretty_env_logger = "0.5.0"
tokio = { version = "1.42", features = ["macros", "rt-multi-thread"] }
rand = "0.9.0"
serde = { version = "1.0.219", features = ["serde_derive"] }
serde_json = "1.0.140"
roux = "2.2.13"
structstruck = "0.5.0"
reqwest = { version = "0.12.15", features = ["json"] }
octocrab = "0.43.0"
tempfile = "3.19.1"
self-replace = "1.5.0"
zip = "4.0.0"
nix = { version = "0.29.0", features = ["process"] }
minreq = { version = "2.13.3", features = ["https"] }