web-transport-node 0.0.1

WebTransport NAPI-RS bindings for Node.js
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"
name = "web-transport-node"
version = "0.0.1"
authors = ["Luke Curley"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebTransport NAPI-RS bindings for Node.js"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/moq-dev/web-transport"

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

[dependencies.bytes]
version = "1"

[dependencies.http]
version = "1"

[dependencies.napi]
version = "3"
features = [
    "async",
    "napi8",
]

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

[dependencies.rustls-pemfile]
version = "2"

[dependencies.tokio]
version = "1"
features = ["sync"]

[dependencies.url]
version = "2"

[dependencies.web-transport-quinn]
version = "0.11"

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