# 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 = "2018" name = "yuuang-test-napi" version = "1.7.6" authors = ["Nathan Sobo ", "Yinan Long "] description = "N-API bindings" readme = "README.md" keywords = ["NodeJS", "Node", "FFI", "NAPI", "n-api"] license = "MIT" repository = "https://github.com/napi-rs/napi-rs" [package.metadata.docs.rs] all-features = true [dependencies.encoding_rs] version = "0.8" optional = true [dependencies.napi-sys] version = "1" [dependencies.once_cell] version = "1" optional = true [dependencies.serde] version = "1" optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.tokio] version = "1" features = ["rt", "rt-multi-thread", "sync"] optional = true [features] default = ["napi3"] latin1 = ["encoding_rs"] napi1 = [] napi2 = ["napi1"] napi3 = ["napi2", "napi-sys/napi3"] napi4 = ["napi3", "napi-sys/napi4"] napi5 = ["napi4", "napi-sys/napi5"] napi6 = ["napi5", "napi-sys/napi6"] napi7 = ["napi6", "napi-sys/napi7"] napi8 = ["napi7", "napi-sys/napi8"] serde-json = ["serde", "serde_json"] tokio_rt = ["tokio", "once_cell", "napi4"] [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["winuser", "minwindef", "ntdef", "libloaderapi"]