[package] authors = ["LongYinan ", "southorange0929 "] description = "Harmony N-API raw binding" edition = "2021" include = ["src/**/*", "Cargo.toml"] keywords = ["NodeJS", "FFI", "NAPI", "n-api", "HarmonyOS"] license = "MIT" name = "napi-sys-ohos" readme = "README.md" repository = "https://github.com/ohos-rs/ohos-rs" rust-version = "1.80" version = "1.0.2" [features] dyn-symbols = ["libloading"] experimental = [] napi1 = [] napi2 = ["napi1"] napi3 = ["napi2"] napi4 = ["napi3"] napi5 = ["napi4"] napi6 = ["napi5"] napi7 = ["napi6"] napi8 = ["napi7"] napi9 = ["napi8"] ohos = ["napi8"] [package.metadata.workspaces] independent = true [dependencies] libloading = { version = "0.8", optional = true } [target.'cfg(target_env = "msvc")'.dependencies] libloading = "0.8"