[package] name = "postport" version = "0.1.1" edition = "2021" description = "Publish your backend documentation from a Postman Collection as a static website with an interactive API" 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" [features]