# 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" name = "node-bindgen" version = "6.1.0" authors = ["Fluvio Contributors "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "easy way to write nodejs module using rust" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/infinyon/node-bindgen" [lib] name = "node_bindgen" path = "src/lib.rs" [dependencies.nj-build] version = "0.3.0" optional = true [dependencies.nj-core] version = "6.0.1" optional = true [dependencies.nj-derive] version = "3.2.0" optional = true [dependencies.nj-sys] version = "4.0.0" optional = true [features] build = ["nj-build"] default = ["node"] node = [ "nj-sys", "nj-core", "nj-derive", ] serde-json = ["nj-core/serde-json"] uuid = ["nj-core/convert-uuid"]