# 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 = "easy-qjs" version = "0.1.4" description = """ A simple library to embed quickjs into your rust project. """ homepage = "https://github.com/tyrchen/easy-qjs" documentation = "https://docs.rs/easy-qjs" readme = "README.md" keywords = ["quickjs"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/tyrchen/easy-qjs" [dependencies.anyhow] version = "1.0.68" [dependencies.async-trait] version = "0.1.62" [dependencies.atty] version = "0.2.14" optional = true [dependencies.flume] version = "0.10.14" optional = true [dependencies.itertools] version = "0.10.5" [dependencies.js] version = "0.1.7" features = [ "tokio", "full", "futures", "parallel", ] package = "rquickjs" [dependencies.reqwest] version = "0.11.14" features = [ "rustls-tls", "gzip", "deflate", "serde_json", "mime_guess", "brotli", "json", ] optional = true default-features = false [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.snafu] version = "0.7.4" features = ["rust_1_61"] [dependencies.tokio] version = "1.24.1" features = [ "rt", "rt-multi-thread", "macros", "sync", ] [dependencies.tracing] version = "0.1.37" [dev-dependencies.anyhow] version = "1.0.68" [dev-dependencies.tracing-subscriber] version = "0.3.16" [features] builtin_processor = [] console = ["atty"] default = [ "console", "fetch", ] dispatcher = ["flume"] fetch = ["reqwest"]