[[bin]]
name = "podfeed"
path = "src/bin/main.rs"
[build-dependencies]
[dependencies.async-std]
features = ["unstable"]
version = "1"
[dependencies.chrono]
version = "0.4.20"
[dependencies.clap]
features = ["derive", "env"]
version = "4.0.18"
[dependencies.clap_complete]
version = "4.0.3"
[dependencies.futures]
version = "0.3"
[dependencies.hard-xml]
version = "1"
[dependencies.image]
features = ["jpeg", "png"]
version = "0.25"
[dependencies.regex]
version = "1.7"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1"
[dependencies.tempfile]
version = "3"
[dependencies.thiserror]
version = "2"
[lib]
name = "podfeed"
path = "src/lib.rs"
[package]
authors = ["graelo <graelo@grael.cc>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A podcast feed-generator."
documentation = "https://docs.rs/podfeed"
edition = "2024"
exclude = ["/.github"]
homepage = "https://github.com/graelo/podfeed"
keywords = ["podcasts"]
license = "MIT OR Apache-2.0"
name = "podfeed"
readme = "README.md"
repository = "https://github.com/graelo/podfeed"
rust-version = "1.85.0"
version = "0.3.1"
[profile.release]
codegen-units = 1
lto = "fat"
panic = "abort"