# 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 = "http-scrap" version = "0.1.1129" authors = ["hariprasath"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HTTP parsing methods made easier to use" homepage = "https://crates.io/crates/http-scrap" documentation = "https://docs.rs/http-scrap/0.1.110/http_scrap/" readme = "README.md" license = "MIT" repository = "https://github.com/HashiramaSenjuhari/http-scrap" [lib] name = "http_scrap" path = "src/lib.rs" [[bin]] name = "http-scrap" path = "src/main.rs" [dependencies]