# 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-cli" 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" [dependencies.anyhow] version = "1.0.65" [dependencies.async-nats] version = "0.21.0" [dependencies.clap] version = "4.0.4" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.plane-core] version = "0.3.0" [dependencies.tokio] version = "1.21.2" features = [ "macros", "rt", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.15"