capnp-json 0.1.0

Cap'n Proto JSON codec for capnp-rust
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.81.0"
name = "capnp-json"
version = "0.1.0"
authors = ["Ben Jackson <puremourning@gmail.com>"]
build = "build.rs"
include = [
    "src/**/*.rs",
    "build.rs",
    "json.capnp",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cap'n Proto JSON codec for capnp-rust"
documentation = "https://docs.rs/capnp-json"
readme = "README.md"
keywords = [
    "capnp",
    "capnproto",
    "json",
    "codec",
    "serialization",
]
categories = [
    "encoding",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/puremourning/capnp-json"

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

[dependencies.capnp]
version = "0.25"

[build-dependencies.capnpc]
version = "0.25"