# 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-node-bindgen" version = "6.0.3" authors = ["Stuart Zhang "] description = "easy way to write nodejs module using rust" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/stuartZhang/node-bindgen" [dependencies.nj-core] version = "6.0.1" optional = true package = "ohos-nj-core" [dependencies.nj-derive] version = "3.2.0" optional = true package = "ohos-nj-derive" [dependencies.nj-sys] version = "0.1.1" optional = true package = "oh-napi-sys" [features] default = ["node"] node = [ "nj-sys", "nj-core", "nj-derive", ] serde-json = ["nj-core/serde-json"] uuid = ["nj-core/convert-uuid"]