podal/Cargo.toml
Renovate Bot 4f7b5d4590
Some checks failed
Test / build (map[name:stable]) (push) Successful in 1m5s
Test / build (map[name:nightly]) (push) Successful in 1m18s
Release Please / Release-plz (push) Failing after 5s
Release Please / Docker image (push) Failing after 6s
chore(deps): update git.kemitix.net/kemitix/rust docker tag to v4
2025-01-16 14:34:12 +00:00

22 lines
541 B
TOML

[package]
name = "podal"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
atom_syndication = "0.12"
reqwest = { version = "0.12", features = ["json", "blocking"] }
scraper = "0.22"
clap = { version = "4.5", features = ["derive"] }
bytes = "1.6"
anyhow = "1.0"
native-tls = { version = "0.2", features = ["vendored"] }
[package.metadata.cargo-machete]
ignored = ["native-tls"]
[dev-dependencies]
tempfile = "3.10"
pretty_assertions = "1.4"