# 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 = "plane-drone" version = "0.3.0" authors = ["Paul Butler "] description = "Session backend orchestrator for ambitious browser-based apps." homepage = "https://plane.dev" readme = "README.md" license = "MIT" repository = "https://github.com/drifting-in-space/plane" [[bin]] name = "plane-drone" path = "src/main.rs" [dependencies.acme2-eab] version = "0.5.1" [dependencies.anyhow] version = "1.0.57" [dependencies.base64] version = "0.13.0" [dependencies.bollard] version = "0.13.0" [dependencies.chrono] version = "0.4.21" features = ["serde"] [dependencies.clap] version = "4.0.4" features = ["derive"] [dependencies.config] version = "0.13.2" features = ["toml"] default_features = false [dependencies.dashmap] version = "5.3.4" [dependencies.futures] version = "0.3.24" [dependencies.http] version = "0.2.7" [dependencies.hyper] version = "0.14.19" features = [ "server", "client", "http1", "http2", "tcp", ] [dependencies.notify] version = "5.0.0" [dependencies.openssl] version = "0.10.40" [dependencies.plane-core] version = "0.3.0" [dependencies.reqwest] version = "0.11.11" features = ["native-tls"] [dependencies.rustls] version = "0.20.6" [dependencies.rustls-pemfile] version = "1.0.0" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.signal-hook] version = "0.3.14" [dependencies.sqlx] version = "0.6.1" features = [ "runtime-tokio-rustls", "sqlite", "migrate", "macros", "offline", ] [dependencies.tokio] version = "1.18.2" features = ["rt"] [dependencies.tokio-rustls] version = "0.23.4" [dependencies.tokio-stream] version = "0.1.8" [dependencies.tracing] version = "0.1.36"