# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "proxy-wasm-experimental" version = "0.0.8" authors = ["Piotr Sikora ", "Yaroslav Skopets "] description = "WebAssembly for Proxies" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/yskopets/proxy-wasm-rust-sdk" [package.metadata.raze] genmode = "Remote" workspace_path = "//bazel/cargo" [package.metadata.raze.crates.getrandom."=0.2.0"] gen_buildrs = true [package.metadata.raze.crates.libc."=0.2.85"] gen_buildrs = true [package.metadata.raze.crates.log."=0.4.14"] gen_buildrs = true [profile.release] opt-level = 3 lto = true panic = "abort" [[example]] name = "hello_world" crate-type = ["cdylib"] path = "examples/hello_world.rs" [[example]] name = "http_auth_random" crate-type = ["cdylib"] path = "examples/http_auth_random.rs" [[example]] name = "http_headers" crate-type = ["cdylib"] path = "examples/http_headers.rs" [[example]] name = "http_body" crate-type = ["cdylib"] path = "examples/http_body.rs" [[example]] name = "http_config" crate-type = ["cdylib"] path = "examples/http_config.rs" [dependencies.hashbrown] version = "0.9" [dependencies.log] version = "0.4" [dependencies.wee_alloc] version = "0.4" optional = true [dev-dependencies.bstr] version = "0.2" [dev-dependencies.cfg-if] version = "1.0" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.version-sync] version = "0.9" [features] wee-alloc = ["wee_alloc"] [target."cfg(not(all(target_arch = \"wasm32\", target_os = \"unknown\")))".dev-dependencies.getrandom] version = "0.2"