# 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 = "fourth" version = "0.1.5" authors = ["LI Rui "] exclude = [".*"] description = "Simple and fast layer 4 proxy in Rust" homepage = "https://github.com/KernelErr/fourth" readme = "README.md" keywords = ["proxy", "network"] categories = ["web-programming"] license = "Apache-2.0" repository = "https://github.com/KernelErr/fourth" resolver = "2" [dependencies.byte_string] version = "1" [dependencies.bytes] version = "1.1" [dependencies.futures] version = "0.3" [dependencies.kcp] version = "0.4" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.tls-parser] version = "0.11" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.url] version = "2.2.2"