# 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 = "gprs" version = "1.1.0" authors = ["Montasir Mirghani "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A set of filtered and optimized Rust libraries creates a foundation for building modern web frameworks" homepage = "https://github.com/dr-montasir/gprs" readme = "README.md" keywords = [ "runtime", "async", "await", "task", "template", ] categories = [ "asynchronous", "concurrency", "network-programming", "parser-implementations", "template-engine", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dr-montasir/gprs" [lib] name = "gprs" path = "src/lib.rs" [dependencies.asyncore] version = "0.2.0" [dependencies.cans] version = "1.0.0" [dependencies.chief] version = "0.5.0" [dependencies.futures] version = "0.3.31" [dependencies.ghttp] version = "0.2.0" [dependencies.mathlab] version = "1.2.0" [dependencies.regexy] version = "0.2.0" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.wtime] version = "0.6.0"