-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCargo.toml
More file actions
22 lines (20 loc) · 836 Bytes
/
Cargo.toml
File metadata and controls
22 lines (20 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "urbit-http-api"
version = "0.7.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 = ["urbit", "http", "ship", "airlock", "library"]
# 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"
crossbeam = "0.8.0"