# 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 = "2018" name = "fastforward" version = "0.5.3" authors = ["Brian Mason "] exclude = [ "*.md", "tests/*", ] include = [ "src/**/*", "Cargo.toml", "README.md", ] description = "a library for implementing custom reverse proxies" readme = "README.md" keywords = [ "http", "proxy", "networking", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/bpmason1/fastforward" [profile.release] lto = true codegen-units = 1 [dependencies.flask] version = "2.1.1" [dependencies.http] version = "0.2" [dependencies.num_cpus] version = "1.15.0" [dependencies.rayon] version = "1.7.0"