# 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-controller" 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-controller" path = "src/main.rs" [dependencies.anyhow] version = "1.0.64" [dependencies.async-trait] version = "0.1.57" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "4.0.4" features = ["derive"] [dependencies.dashmap] version = "5.3.4" [dependencies.futures] version = "0.3.24" [dependencies.plane-core] version = "0.3.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.signal-hook] version = "0.3.14" [dependencies.tokio] version = "1.21.0" features = [ "macros", "rt", ] [dependencies.tokio-stream] version = "0.1.9" [dependencies.tracing] version = "0.1.36" [dependencies.trust-dns-server] version = "0.22.0"