# 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 = "proxy-sdk" version = "1.1.0" authors = ["Protryon "] description = "Write extensions for Proxy-WASM for WASM or Native environments" homepage = "https://www.leaksignal.com/" readme = "./README.md" keywords = [ "leaksignal", "proxy", "wasm", "sdk", ] license = "Apache-2.0" repository = "https://github.com/leaksignal/proxy-sdk" [[example]] name = "mini_proxy" crate-type = ["cdylib"] [dependencies.derive_builder] version = "0.12.0" default-features = false [dependencies.log] version = "0.4" default-features = false [dependencies.once_cell] version = "1.17" [dependencies.prost] version = "0.11" features = ["std"] default-features = false [dependencies.prost-types] version = "0.11" default-features = false [dev-dependencies.dlmalloc] version = "0.2.6" features = ["global"] [build-dependencies.prost-build] version = "0.11" [features] default = [] stream-metadata = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.lazy_static] version = "1.5" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.libloading] version = "0.8.5" [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2" features = ["custom"] [target."cfg(target_arch = \"wasm32\")".dependencies.wasi] version = "0.11.0" default-features = false