# 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" rust-version = "1.80" name = "napi-sys-ohos" version = "1.0.2" authors = [ "LongYinan ", "southorange0929 ", ] build = false include = [ "src/**/*", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Harmony N-API raw binding" readme = "README.md" keywords = [ "NodeJS", "FFI", "NAPI", "n-api", "HarmonyOS", ] license = "MIT" repository = "https://github.com/ohos-rs/ohos-rs" [package.metadata.workspaces] independent = true [lib] name = "napi_sys_ohos" path = "src/lib.rs" [dependencies.libloading] version = "0.8" optional = true [features] dyn-symbols = ["libloading"] experimental = [] napi1 = [] napi2 = ["napi1"] napi3 = ["napi2"] napi4 = ["napi3"] napi5 = ["napi4"] napi6 = ["napi5"] napi7 = ["napi6"] napi8 = ["napi7"] napi9 = ["napi8"] ohos = ["napi8"] [target.'cfg(target_env = "msvc")'.dependencies.libloading] version = "0.8"