[package] name = "lib_api" version = "0.1.0" authors = ["Alan "] 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"