# # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [package] name = "podcasting" version = "0.1.2" edition = "2021" license = "MIT" authors = ["Alexander Kenji Berthold " ] description = "Types for the PC 2.0 Namespace" readme = "README.md" repository = "https://gitlab.com/a-kenji/podcasting-rs" documentation = "https://gitlab.com/a-kenji/podcasting-rs" homepage = "https://gitlab.com/a-kenji/podcasting-rs" keywords = [ "podcasting", "namespace", "api", "podcast", "search", ] categories = ["api-bindings", "multimedia::audio", "multimedia::video", "multimedia"] [dependencies] serde = { version = "1.0.188", features = ["derive"] }