# 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 = "2021" name = "fplus-lib" version = "1.0.10" authors = [ "jbesraa", "kokal33", "clriesco", ] description = "FPlus library/helper files" readme = "README.MD" license = "MIT OR Apache-2.0" repository = "https://github.com/filecoin-project/filplus-backend/tree/main/fplus-lib" [dependencies.actix-web] version = "4.3.1" [dependencies.base64] version = "0.13" [dependencies.chrono] version = "0.4.26" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.28" [dependencies.http] version = "0.2.9" [dependencies.hyper] version = "0.14.26" [dependencies.hyper-rustls] version = "0.24.0" [dependencies.jsonwebtoken] version = "8.3.0" [dependencies.log] version = "0.4.20" [dependencies.markdown] version = "1.0.0-alpha.9" [dependencies.octocrab] version = "0.25.1" [dependencies.rayon] version = "1.8.0" [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.serde] version = "1.0.164" features = [ "derive", "std", "serde_derive", "alloc", "rc", ] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.32.0" features = [ "rt", "macros", ] [dependencies.uuidv4] version = "1.0.0"