# 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 = "nj-core" version = "6.1.0" authors = ["fluvio.io"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "high level wrapper for Node N-API" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/infinyon/node-bindgen" [lib] name = "nj_core" path = "src/lib.rs" test = false [dependencies.async-trait] version = "0.1.22" [dependencies.ctor] version = "0.2.4" [dependencies.fluvio-future] version = "0.7.0" features = [ "task", "subscriber", ] default-features = false [dependencies.futures-lite] version = "2.0.0" [dependencies.inventory] version = "0.1.5" [dependencies.libc] version = "0.2.66" [dependencies.nj-sys] version = "4.0.0" [dependencies.num-bigint] version = "0.4.0" [dependencies.pin-utils] version = "0.1.0" [dependencies.serde_json] version = "1" optional = true [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.10.0" optional = true [features] convert-uuid = ["uuid"] serde-json = ["serde_json"]