# 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" rust-version = "1.66" name = "stctl" version = "0.3.0" authors = ["Kaede Hoshiakwa "] description = "The framework experience for Yew." homepage = "https://github.com/futursolo/stellation" readme = "README.md" keywords = [ "web", "wasm", "yew", "framework", "ssr", ] categories = [ "wasm", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/futursolo/stellation" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "documenting", ] [dependencies.anyhow] version = "1.0.75" [dependencies.cargo_metadata] version = "0.17" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.console] version = "0.15.7" [dependencies.dotenvy] version = "0.15.7" [dependencies.fs_extra] version = "1.3.0" [dependencies.futures] version = "0.3" features = [ "std", "async-await", ] default-features = false [dependencies.indicatif] version = "0.17.6" [dependencies.notify] version = "6.1.1" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.20" features = [ "rustls-tls-webpki-roots", "stream", ] default-features = false [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.stellation-core] version = "0.3.0" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" features = [ "fs", "sync", ] [dependencies.toml] version = "0.7.6" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dependencies.webbrowser] version = "0.8.11"