eggfetch-node 0.1.5

Experimental Node.js (N-API) bindings for the eggfetch HTTP engine
Documentation
# 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"
rust-version = "1.89"
name = "eggfetch-node"
version = "0.1.5"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Experimental Node.js (N-API) bindings for the eggfetch HTTP engine"
homepage = "https://github.com/eggstack/eggfetch"
documentation = "https://docs.rs/eggfetch-node"
readme = "README.md"
keywords = [
    "nodejs",
    "napi",
    "bindings",
    "http",
    "client",
]
categories = [
    "api-bindings",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/eggstack/eggfetch"
resolver = "3"

[lib]
name = "eggfetch_node"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.eggfetch-ffi]
version = "0.1.5"
features = [
    "http1",
    "tls-rustls",
    "tls-native-roots",
]
default-features = false

[dependencies.napi]
version = "2"
features = [
    "async",
    "napi8",
    "serde-json",
]

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

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[build-dependencies.napi-build]
version = "2"

[lints.clippy]
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "allow"