ultdocs 0.1.1

(Experimental) Static site generator for API's, Postman and markdown documents
Documentation
[package]
name = "ultdocs"
version = "0.1.1"
edition = "2021"
description = "(Experimental) Static site generator for API's, Postman and markdown documents"
license = "MIT"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.11", features = ["blocking"] }
serde_json = "1.0"
serde_yaml = "0.8.23"
dirs = "4.0.0"
pulldown-cmark = "0.9.0"
indexmap = "1.7.0"
uuid = "0.8.2"
regex = "1.5.4"

[features]