# 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] name = "smolhttp" version = "1.1.0" authors = ["p00s ", "FallAngel "] include = ["src/*.rs", "Cargo.toml"] publish = true description = "smolhttp is a fork of the original minihttp and aims to keep simple and lightweight" homepage = "https://github.com/FallAngel1337/smolhttp" keywords = ["http", "small", "lightweight", "requests"] license = "MIT/Apache-2.0" repository = "https://github.com/FallAngel1337/smolhttp" [dependencies.minihttpse] version = "0.1.6" [dependencies.miniurl] version = "0.1.3" [dependencies.native-tls] version = "0.2"