# 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 = "elearn" version = "0.1.3" default-run = "elearn" description = "A web backend for examination." readme = "README.md" keywords = ["learning"] categories = ["web-programming"] license = "WTFPL" repository = "https://github.com/lifeich1/elearn" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.error-chain] version = "0.12" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1" [dependencies.rand] version = "0.8" features = ["default", "alloc"] [dependencies.ron] version = "0.7" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.tera] version = "1.12" [dependencies.tokio] version = "1" features = ["full"] [dependencies.urlencoding] version = "2" [dependencies.warp] version = "0.3"