postrs 0.1.0

A tool for interacting with Postman collections in Rust.
Documentation
[[bin]]
name = "postrs"
path = "src/bin.rs"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.validator]
features = ["derive"]
version = "0.15"

[lib]
name = "postrs"
path = "src/lib.rs"

[package]
authors = ["Austin Poor <45295232+a-poor@users.noreply.github.com>"]
description = "A tool for interacting with Postman collections in Rust."
documentation = "https://docs.rs/postrs"
edition = "2021"
homepage = "https://github.com/a-poor/postrs"
license = "MIT"
name = "postrs"
readme = "README.md"
repository = "https://github.com/a-poor/postrs"
version = "0.1.0"