# 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 = "vertigo-cli" version = "0.6.0" authors = [ "Grzegorz Szeliga ", "MichaƂ Pokrywka ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Reactive Real-DOM library with SSR for Rust - packaging/serving tool" readme = "README.md" categories = [ "command-line-utilities", "development-tools", "development-tools::build-utils", "wasm", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vertigo-web/vertigo/" [lib] name = "vertigo_cli" path = "src/main.rs" [[bin]] name = "vertigo" path = "src/main.rs" doc = false [dependencies.axum] version = "0.6.20" features = ["macros"] [dependencies.axum-extra] version = "0.8.0" [dependencies.base64] version = "0.22" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.crc] version = "3.0" [dependencies.env_logger] version = "0.11" [dependencies.futures] version = "0.3.26" [dependencies.html-escape] version = "0.2" [dependencies.include_dir] version = "0.7" [dependencies.log] version = "0.4" [dependencies.notify] version = "6.1.1" [dependencies.pkg-version] version = "1" [dependencies.poem] version = "1.3.59" features = ["sse"] [dependencies.reqwest] version = "0.11.14" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.25" features = ["full"] [dependencies.tokio-retry] version = "0.3" [dependencies.tokio-stream] version = "0.1" [dependencies.tower-http] version = "0.4" features = ["fs"] [dependencies.vertigo] version = "0.6.0" [dependencies.wasmtime] version = "19.0"