# 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 = "tide-admin" version = "0.1.0" authors = ["Yves Savoy <10594588+yvessavoy@users.noreply.github.com>"] description = "Admin dashboard for tide-based web apps" documentation = "https://docs.rs/tide-admin" keywords = ["tide", "admin", "dashboard"] license = "MIT" repository = "https://github.com/yvessavoy/tide-admin" [dependencies.sqlx] version = "0.4.2" features = ["postgres", "chrono", "runtime-async-std-rustls"] [dependencies.tera] version = "1.6.1" features = ["builtins"] [dependencies.tide] version = "0.15.0" [dependencies.tide-tera] version = "0.2.3"