# 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 = "ohos-nj-core" version = "6.0.2" authors = ["Stuart Zhang "] description = "high level wrapper for Node N-API" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/stuartZhang/node-bindgen" [lib] test = false [dependencies.async-trait] version = "0.1.22" [dependencies.ctor] version = "0.2.4" [dependencies.fluvio-future] version = "0.6.0" features = [ "task", "subscriber", ] default-features = false [dependencies.futures-lite] version = "1.7.0" [dependencies.inventory] version = "0.1.5" [dependencies.libc] version = "0.2.66" [dependencies.nj-sys] version = "0.1.1" package = "oh-napi-sys" [dependencies.num-bigint] version = "0.4.0" [dependencies.pin-utils] version = "0.1.0" [dependencies.rustix] version = "=0.38.14" [dependencies.serde_json] version = "1.0" optional = true [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.4.1" optional = true [features] convert-uuid = ["uuid"] serde-json = ["serde_json"]