# 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 = "mango-panel" version = "0.1.0" authors = ["kebasyaty "] description = "An example of implementing the admin panel." readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.actix-cors] version = "0.5" [dependencies.actix-files] version = "0.4" [dependencies.actix-http] version = "2.1" [dependencies.actix-multipart] version = "0.3" [dependencies.actix-rt] version = "1.1" [dependencies.actix-session] version = "0.4" [dependencies.actix-web] version = "3" [dependencies.base64] version = "0.13" [dependencies.chrono] version = "0.4" [dependencies.env_logger] version = "0.8" [dependencies.futures] version = "0.3" [dependencies.humansize] version = "1.1" [dependencies.mango-orm] version = "0.6" [dependencies.metamorphose] version = "0.4" [dependencies.mongodb] version = "1.2" features = ["sync"] default-features = false [dependencies.regex] version = "1.3" [dependencies.sanitize-filename] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.slug] version = "0.1" [dependencies.str_slug] version = "0.1" [dependencies.tera] version = "1.5" [dependencies.uuid] version = "0.8"