# 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 = "rcs_backend" version = "0.2.1" exclude = ["*.xcf", "cache/"] description = "otafablab rust code server backend" license = "MIT" repository = "https://gitlab.com/otafablab/rcs-backend" resolver = "2" [lib] name = "rcs_backend" path = "src/lib/lib.rs" [[bin]] name = "rcs-backend" path = "src/main.rs" doc = false [dependencies.async-tungstenite] version = "0.16.1" features = ["tokio-runtime"] [dependencies.backoff] version = "0.4.0" features = ["tokio"] [dependencies.cookie] version = "0.16.0" [dependencies.docker-api] version = "0.8.0" [dependencies.futures] version = "0.3.21" [dependencies.http] version = "0.2.6" [dependencies.hyper] version = "0.14.17" features = ["full"] [dependencies.hyper-tungstenite] version = "0.5.0" [dependencies.jsonwebtoken] version = "8.0.1" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "1.16.1" features = ["full"] [dependencies.toml] version = "0.5.8" [dependencies.tungstenite] version = "0.16.0" [dependencies.unidecode] version = "0.3.0" [features]