urbit-http-api 0.2.3

Wraps the Urbit ship http api exposing it as an easy-to-use Rust crate.
Documentation
[package]
name = "urbit-http-api"
version = "0.2.3"
authors = ["Robert Kornacki <11645932+robkorn@users.noreply.github.com>"]
edition = "2018"
description = "Wraps the Urbit ship http api exposing it as an easy-to-use Rust crate."
repository = "https://github.com/robkorn/rust-urbit-http-api"
license = "MIT"
keywords = ["http", "urbit", "webhook"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
eventsource-threaded    = "0.1.0"
thiserror               = "1.0.23"
json                    = "0.12.4"
rand                    = "0.8.3"
reqwest                 = {version = "0.11.0", features= ["blocking", "json"]}
yaml-rust               = "0.4.5"
regex                   = "1.4.3"
chrono                  = "0.4.19"