# 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-sys" version = "0.10.1" authors = ["David Herman "] build = "build.rs" links = "neon" description = "Exposes the low-level V8/NAN C/C++ APIs. Will be superseded by N-API." license = "MIT/Apache-2.0" [package.metadata.docs.rs] features = ["docs-only"] [dependencies] [build-dependencies.cc] version = "1.0.0" [build-dependencies.regex] version = "1.0.0" [features] default = [] docs-only = []