# 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 = "oh-napi-src" version = "0.1.3" authors = ["zhour rui "] description = "OpenHarmony native api rust binding." homepage = "https://gitee.com/zr233/oh-napi" documentation = "https://docs.rs/oh-napi-src" readme = "README.md" keywords = [ "OpenHarmony", "native", "napi", "ohos", ] license = "MIT" repository = "https://gitee.com/zr233/oh-napi" [package.metadata.docs.rs] features = [ "napi-9", "napi-10", "ark-ui-x", ] [dependencies] [build-dependencies.bindgen] version = "0.64" [build-dependencies.cfg-if] version = "1.0.0" [build-dependencies.directories] version = "5.0" [features] ark-ui-x = [] napi-10 = [] napi-9 = []