# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "urbit-http-api" version = "0.7.3" authors = ["Robert Kornacki <11645932+robkorn@users.noreply.github.com>"] description = "Wraps the Urbit ship http api exposing it as an easy-to-use Rust crate." keywords = ["urbit", "http", "ship", "airlock", "library"] license = "MIT" repository = "https://github.com/robkorn/rust-urbit-http-api" [dependencies.chrono] version = "0.4.19" [dependencies.crossbeam] version = "0.8.0" [dependencies.eventsource-threaded] version = "0.1.0" [dependencies.json] version = "0.12.4" [dependencies.rand] version = "0.8.3" [dependencies.regex] version = "1.4.3" [dependencies.reqwest] version = "0.11.0" features = ["blocking", "json"] [dependencies.thiserror] version = "1.0.23" [dependencies.yaml-rust] version = "0.4.5"