# 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" rust-version = "1.74" name = "synchronous-server" version = "0.1.12" authors = ["Sergey Kolmiller "] include = [ "README.md", "LICENSE", "Cargo.toml", "/src/*.rs", "/examples/*.rs", "src/**/*.rs", ] description = "Low level synchronous server" readme = "README.md" keywords = [ "http", "synchronous", "tcp", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/kolserdav/synchronous-server" [[example]] name = "hello-world" [dependencies.proxy-server] version = "0.6.5" [features] chunk_100KB = ["proxy-server/chunk_100KB"] chunk_10KB = ["proxy-server/chunk_10KB"] chunk_1KB = ["proxy-server/chunk_1KB"] chunk_1MB = ["proxy-server/chunk_1MB"] chunk_500KB = ["proxy-server/chunk_500KB"] chunk_50KB = ["proxy-server/chunk_50KB"] chunk_5KB = ["proxy-server/chunk_5KB"] napi = ["proxy-server/napi"]