Rust program to accept post requests from LibWizard and send them to the LibAnswers API
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

32 lines
791 B

[package]
name = "lib_api"
version = "0.1.0"
authors = ["Alan <ahueb2@uis.edu>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
oauth2 = "3.0"
#url = "*"
failure = "*"
#structopt = "*"
#exitfailure = "*"
reqwest = {version = "*", features = ["multipart"]}
serde = "*"
serde_json = "1.0"
serde_derive = "*"
tokio = { version = "*", features = ["full"] }
#hyper = "*"
http = "*"
#actix-web = "*"
tokio-serde = { version = "0.8", features = ["json"] }
tokio-util = { version = "0.6", features = ["codec"] }
#static_assertions = "1.1.0"
#impls = "1"
#futures = "0.3"
#warp = "0.3.1"
rocket = "0.4.10"
rocket_contrib = { version = "0.4.10", features = ["json"] }
rocket_cors = "0.5.0-beta-2"
num-bigint = "0.4.2"