# 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 = "neon-runtime" version = "0.10.1" authors = ["Dave Herman "] description = "Bindings to the Node.js native addon API, used by the Neon implementation." license = "MIT/Apache-2.0" repository = "https://github.com/neon-bindings/neon" [package.metadata.docs.rs] features = ["docs-only"] [dependencies.cfg-if] version = "1.0.0" [dependencies.libloading] version = "0.6.5" optional = true [dependencies.neon-sys] version = "=0.10.1" optional = true [dependencies.smallvec] version = "1.4.2" [dev-dependencies.nodejs-sys] version = "0.7.0" [features] default = [] docs-only = ["neon-sys/docs-only"] napi = ["libloading"] napi-2 = ["napi"] napi-3 = ["napi-2"] napi-4 = ["napi-3"] napi-5 = ["napi-4"] napi-6 = ["napi-5"] napi-experimental = ["napi-6"]