# 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 = "rqjs-ext" version = "0.1.3" authors = ["ahaoboy"] description = "rqjs-ext" homepage = "https://github.com/ahaoboy/rqjs" readme = "README.md" license = "MIT" repository = "https://github.com/ahaoboy/rqjs" [dependencies.base64-simd] version = "0.8" [dependencies.chrono] version = "0.4.38" features = ["std"] default-features = false [dependencies.clap] version = "4" features = ["derive"] [dependencies.crc32c] version = "0.6.8" [dependencies.crc32fast] version = "1.4.2" [dependencies.cross-uname] version = "0.1.0" [dependencies.ctrlc] version = "3.4.4" [dependencies.encoding_rs] version = "0.8" [dependencies.fxhash] version = "0.2" [dependencies.hex-simd] version = "0.8" [dependencies.hyper] version = "1.3.1" features = [ "client", "http1", "http2", ] [dependencies.hyper-rustls] version = "0.27.2" features = [ "http2", "http1", "webpki-roots", "webpki-tokio", "ring", ] default-features = false [dependencies.itoa] version = "1.0.11" [dependencies.md-5] version = "0.10.6" [dependencies.once_cell] version = "1" [dependencies.phf] version = "0.11" [dependencies.quick-xml] version = "0.32.0" [dependencies.rand] version = "0.8.5" [dependencies.ring] version = "0.17.8" [dependencies.rquickjs] version = "0.6.2" features = [ "full-async", "bindgen", ] [dependencies.rustls] version = "0.23.10" features = [ "tls12", "ring", ] default-features = false [dependencies.ryu] version = "1.0.18" [dependencies.simd-json] version = "0.13" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1.8.0" features = [ "v1", "v3", "v4", "v5", "fast-rng", ] default-features = false [dependencies.uuid-simd] version = "0.8.0"