# 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 = "sosistab2-obfsws" version = "0.3.1" authors = [ "Delta4 ", "Your Name ", ] description = "Websocket Pipe (pluggable-transport) support for sosistab2" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/delta4chat/sosistab2-obfsws" [profile.dev] opt-level = 2 lto = "off" codegen-units = 256 debug = 1 debug-assertions = true panic = "unwind" overflow-checks = true incremental = true [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 1 debug-assertions = false panic = "unwind" overflow-checks = true incremental = false strip = true [dependencies.anyhow] version = "1.0.79" [dependencies.async-h1] version = "2.3.4" [dependencies.async-lock] version = "3.3.0" [dependencies.async-std] version = "1.12.0" [dependencies.async-trait] version = "0.1.77" [dependencies.base64] version = "0.21.7" [dependencies.bincode] version = "1.3.3" [dependencies.blake3] version = "1.5.0" [dependencies.bytes] version = "1.5.0" [dependencies.chacha20] version = "0.9.1" [dependencies.clap] version = "4.4.13" features = ["derive"] [dependencies.env_logger] version = "0.10.1" [dependencies.fastrand] version = "2.0.1" [dependencies.futures-util] version = "0.3.30" [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.195" [dependencies.serde_json] version = "1.0.111" [dependencies.smol] version = "1.3.0" [dependencies.smol-timeout] version = "0.6.0" [dependencies.smolscale2] version = "0.5.4" [dependencies.socksv5] version = "0.3.1" [dependencies.sosistab2] version = "0.10.19" [build-dependencies.vergen] version = "8.2.8" features = [ "build", "cargo", "git", "gitoxide", "rustc", ] [target."cfg(any(target_os=\"freebsd\", target_os=\"dragonfly\", target_os=\"openbsd\", target_os=\"netbsd\"))".dependencies.async-tungstenite] version = "0.24.0" features = [ "async-std-runtime", "async-tls", ] [target."cfg(any(target_os=\"linux\", target_os=\"android\"))".dependencies.async-tungstenite] version = "0.24.0" features = [ "async-std-runtime", "async-tls", ] [target."cfg(any(target_os=\"windows\", target_os=\"macos\"))".dependencies.async-tungstenite] version = "0.24.0" features = [ "async-std-runtime", "async-native-tls", ]