# 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 = "trojan_rust" version = "0.1.0" authors = ["qiuzhiqian "] description = "A library and tool for trojan proxy" homepage = "https://github.com/qiuzhiqian/trojan_rust" readme = "README.md" keywords = [ "library", "trojan", "proxy", "cli", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/qiuzhiqian/trojan_rust" [lib] name = "trojan_rust" path = "src/lib.rs" [dependencies.bytes] version = "1.3.0" [dependencies.log] version = "0.4.17" [dependencies.rustls] version = "0.22" [dependencies.rustls-native-certs] version = "0.7.0" [dependencies.sha2] version = "0.10.2" [dependencies.tokio] version = "1.35" features = ["full"] [dependencies.tokio-rustls] version = "0.25"