# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sapper_std" version = "0.2.1" authors = ["Mike Tang "] description = "Wrappers for rapid coding for sapper web framework." homepage = "https://github.com/daogangtang/sapper_std" documentation = "https://docs.rs/sapper_std" readme = "README.md" license = "MIT" repository = "https://github.com/daogangtang/sapper_std" [dependencies.sapper] version = "0.2" [dependencies.sapper_body] version = "0.2" [dependencies.sapper_logger] version = "0.2" [dependencies.sapper_query] version = "0.2" [dependencies.sapper_session] version = "0.2" [dependencies.sapper_tmpl] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [features] default = [] monitor = ["sapper_tmpl/monitor"]