# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mdrss" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for generating RSS feeds from markdown files." homepage = "https://github.com/0x4ndy/mdrss" documentation = "https://docs.rs/mdrss" readme = "README.md" keywords = [ "rss", "markdown", "feed", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/0x4ndy/mdrss" [lib] name = "mdrss" path = "src/lib.rs" [[test]] name = "generate_rss" path = "tests/generate_rss.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.rss] version = "2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.tempfile] version = "3.3" [dependencies.walkdir] version = "2.3" [dev-dependencies.tempfile] version = "3.3"