[package] name = "oh-napi-src" version = "0.1.3" edition = "2021" authors = ["zhour rui "] description = "OpenHarmony native api rust binding." license = "MIT" homepage = "https://gitee.com/zr233/oh-napi" repository = "https://gitee.com/zr233/oh-napi" readme = "README.md" keywords = ["OpenHarmony", "native", "napi", "ohos"] documentation = "https://docs.rs/oh-napi-src" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] napi-9 = [] napi-10 = [] ark-ui-x = [] [package.metadata.docs.rs] features = ["napi-9", "napi-10", "ark-ui-x"] [dependencies] [build-dependencies] directories = "5.0" cfg-if = "1.0.0" bindgen = "0.64"