jetstream_interop 15.2.0

Jetstream is a RPC framework for Rust, based on the 9P protocol and QUIC.
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 = "jetstream_interop"
version = "15.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Jetstream is a RPC framework for Rust, based on the 9P protocol and QUIC."
documentation = "https://jetstream.rs"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/sevki/jetstream"

[lib]
name = "jetstream_interop"
path = "src/lib.rs"

[[test]]
name = "swift_interop"
path = "tests/swift_interop.rs"

[[test]]
name = "ts_interop"
path = "tests/ts_interop.rs"

[dependencies.jetstream_macros]
version = "15.2.0"

[dependencies.jetstream_wireformat]
version = "15.2.0"

[dependencies.proptest]
version = "1.10.0"