# 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 = "parfait" version = "0.1.1" authors = ["ladroid"] exclude = ["target/"] description = """ Most lightweight and easy to use web framework. """ readme = "README.md" keywords = [ "framework", "web", "async", "tokio", "futures", ] categories = [ "web-programming::http-server", "network-programming", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/ladroid/Parfait" [lib] path = "src/lib.rs" [[example]] name = "test" path = "examples/test/test.rs" [[example]] name = "test2" path = "examples/test2/test2.rs" [[example]] name = "test3" path = "examples/test3/test3.rs" [[example]] name = "test4" path = "examples/test4/test4.rs" [[example]] name = "test5" path = "examples/test5/test5.rs" [[example]] name = "test6" path = "examples/test6/test6.rs" [[example]] name = "test7" path = "examples/test7/test7.rs" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.1" [dependencies.tokio] version = "1.36.0" features = ["full"]