# 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 = "proxy-server" version = "0.6.5" authors = ["Sergey Kolmiller "] include = [ "README.md", "LICENSE", "Cargo.toml", "/src/*.rs", "src/**/*.rs", ] description = "Low level proxy server" readme = "README.md" keywords = [ "http", "proxy", "tcp", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/kolserdav/proxy-server" [dependencies.napi] version = "2" optional = true [dependencies.napi-derive] version = "2" optional = true [dependencies.regex] version = "1.7.1" [dependencies.serde] version = "1.0.193" features = ["derive"] [features] chunk_100KB = [] chunk_10KB = [] chunk_1KB = [] chunk_1MB = [] chunk_500KB = [] chunk_50KB = [] chunk_5KB = [] default = ["chunk_1KB"] napi = [ "dep:napi", "dep:napi-derive", ]