# 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 = "flask" version = "2.1.1" authors = ["Brian Mason "] description = "create http Request/Response objects from a raw TcpStream" readme = "README.md" keywords = [ "http", "tcp", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/bpmason1/flask-rs" [dependencies.http] version = "0.2" [dependencies.nom] version = "7.1" [dev-dependencies.mockito] version = "1.0.2" [dev-dependencies.rand] version = "0.8.5"