jsonrpc-fdpass 0.1.1

JSON-RPC 2.0 with Unix file descriptor passing
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 = "2024"
name = "jsonrpc-fdpass"
version = "0.1.1"
authors = ["Colin Walters <walters@verbum.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSON-RPC 2.0 with Unix file descriptor passing"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/cgwalters/spec-json-rpc-fdpass"

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

[[example]]
name = "demo"
path = "examples/demo.rs"

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

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

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

[dependencies.jsonrpsee]
version = "0.24"
features = [
    "server",
    "client-core",
    "async-client",
]
default-features = false

[dependencies.rustix]
version = "1.1"
features = ["net"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.40"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.kani-verifier]
version = "0.67"

[dev-dependencies.tempfile]
version = "3.0"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]