# 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-derive-backend-ohos" version = "1.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Codegen backend for napi-harmony procedural macro" readme = "README.md" license = "MIT" repository = "https://github.com/ohos-rs/ohos-rs" [package.metadata.workspaces] independent = true [lib] name = "napi_derive_backend_ohos" path = "src/lib.rs" [dependencies.convert_case] version = "0.6" [dependencies.once_cell] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.semver] version = "1" optional = true [dependencies.syn] version = "2" features = [ "fold", "full", "extra-traits", ] [features] noop = [] strict = [] type-def = ["semver"]