# 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" rust-version = "1.66" name = "crux_http" version = "0.10.3" authors = ["Red Badger Consulting Limited"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HTTP capability for use with crux_core" readme = "README.md" keywords = [ "crux", "crux_core", "cross-platform-ui", "ffi", "wasm", ] license = "Apache-2.0" repository = "https://github.com/redbadger/crux/" resolver = "1" [lib] name = "crux_http" path = "src/lib.rs" [[test]] name = "with_shell" path = "tests/with_shell.rs" [[test]] name = "with_tester" path = "tests/with_tester.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.async-trait] version = "0.1.83" [dependencies.crux_core] version = "0.10.0" [dependencies.derive_builder] version = "0.20.2" [dependencies.encoding_rs] version = "0.8.34" optional = true [dependencies.futures-util] version = "0.3" [dependencies.http-types] version = "2.12.0" default-features = false package = "http-types-red-badger-temporary-fork" [dependencies.pin-project-lite] version = "0.2.14" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.serde_json] version = "1.0.132" [dependencies.thiserror] version = "1.0.65" [dependencies.url] version = "2.5.2" [dependencies.web-sys] version = "0.3.72" features = ["TextDecoder"] optional = true [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.futures-test] version = "0.3" [features] default = ["encoding"] encoding = [ "encoding_rs", "web-sys", ] typegen = ["crux_core/typegen"]