rillrate-js 0.3.2

rillrate binding for node.js
Documentation
[build-dependencies.napi-build]
version = "1.0.0"
[dependencies.napi]
version = "1.0.0"

[dependencies.napi-derive]
version = "1.0.0"

[dependencies.once_cell]
version = "1.5.2"

[dependencies.rillrate]
version = "0.17.0"

[lib]
crate-type = ["cdylib"]

[package]
authors = ["Denis Kolodin <deniskolodin@gmail.com>", "overfloat <rillrate@gmail.com>"]
categories = ["development-tools::debugging"]
description = "rillrate binding for node.js"
documentation = "https://docs.rs/rill/"
edition = "2018"
homepage = "https://github.com/rate-technology/rillrate-js"
keywords = ["logging"]
license = "MIT/Apache-2.0"
name = "rillrate-js"
readme = "README.md"
repository = "https://github.com/rate-technology/rillrate-js"
version = "0.3.2"
[profile.release]
codegen-units = 1
[target."cfg(all(unix, not(target_env = \"musl\"), not(target_arch = \"aarch64\")))".dependencies.jemallocator]
features = ["disable_initial_exec_tls"]
version = "0.3"
[target."cfg(all(windows, target_arch = \"x86_64\"))".dependencies.mimalloc]
version = "0.1"