# 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 = "2018" name = "stateroom-cli" version = "0.4.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command-line tool for developing Stateroom applications" readme = "README.md" keywords = ["websocket"] license = "MIT OR Apache-2.0" repository = "https://github.com/drifting-in-space/stateroom" resolver = "2" [lib] name = "stateroom_cli" path = "src/lib.rs" [[bin]] name = "stateroom" path = "src/bin/stateroom.rs" [dependencies.anyhow] version = "1.0.52" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.fs_extra] version = "1.2.0" [dependencies.serde] version = "1.0.127" features = ["derive"] [dependencies.stateroom] version = "0.4.0" [dependencies.stateroom-server] version = "0.4.0" [dependencies.stateroom-wasm-host] version = "0.4.0" [dependencies.toml] version = "0.8.12" [dependencies.tracing] version = "0.1.28" [dependencies.tracing-subscriber] version = "0.3.5" features = ["env-filter"] [dependencies.wasm-bindgen-cli-support] version = "0.2.83"