# 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 = "ssr" version = "0.0.6" authors = ["Alex Fedoseev "] exclude = ["js/*"] description = "Server-Side Rendering for Rust web servers using Node.js" homepage = "https://github.com/shakacode/ssr-rs" documentation = "https://docs.rs/ssr" readme = "README.md" keywords = [ "nodejs", "ssr", "react", "vue", "angular", ] license = "LGPL-3.0" repository = "https://github.com/shakacode/ssr-rs" [dependencies.http] version = "0.2.2" [dependencies.log] version = "0.4.11" [dependencies.serde] version = "1.0.117" [dependencies.serde_json] version = "1.0.59" [dependencies.tokio] version = "0.2" features = [ "process", "net", "sync", "time", "io-util", ] [dependencies.uuid] version = "0.8.1" features = [ "v4", "serde", ]