# 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 = "valor_core" version = "0.5.2-beta.0" authors = ["Daniel Olano "] description = "Plugin runtime as HTTP API running in server and browser" license = "GPL-3.0-or-later" repository = "https://github.com/valibre-org/valor" [profile.release] lto = true [profile.release.package.valor_web] opt-level = "s" [dependencies.async-trait] version = "0.1.49" [dependencies.hashbrown] version = "0.11.2" [dependencies.http-types] version = "2.11.0" [dependencies.path-tree] version = "0.1.12" optional = true [dependencies.serde] version = "1.0.125" features = ["alloc", "derive"] optional = true default-features = false [dependencies.serde_json] version = "1.0.64" features = ["alloc"] default-features = false [dependencies.valor_plugin] version = "0.5.1-beta.0" optional = true [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"] [dev-dependencies.mockito] version = "0.30.0" [features] native = ["runtime", "serde", "std"] proxy = ["http-client"] runtime = ["path-tree"] std = [] util = ["valor_plugin"] web = ["runtime", "util", "wasm-bindgen", "wasm-bindgen-futures", "js-sys", "web-sys", "wee_alloc"] [target."cfg(not(target_arch=\"wasm32\"))".dependencies.http-client] version = "6.3.5" features = ["h1_client"] optional = true [target."cfg(target_arch=\"wasm32\")".dependencies.http-client] version = "6.3.5" features = ["wasm_client"] optional = true [target."cfg(target_arch=\"wasm32\")".dependencies.js-sys] version = "0.3.50" optional = true [target."cfg(target_arch=\"wasm32\")".dependencies.wasm-bindgen] version = "0.2.73" optional = true [target."cfg(target_arch=\"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4.23" optional = true [target."cfg(target_arch=\"wasm32\")".dependencies.web-sys] version = "0.3.50" features = ["RequestInit", "Request", "ResponseInit", "Response", "Headers"] optional = true [target."cfg(target_arch=\"wasm32\")".dependencies.wee_alloc] version = "0.4.5" optional = true [target."cfg(target_arch=\"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.23"