protowire 1.0.0

Protowire umbrella crate — re-exports envelope, pb, pxf, sbe.
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.82"
name = "protowire"
version = "1.0.0"
authors = ["TrendVidia, LLC <open-source@trendvidia.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protowire umbrella crate — re-exports envelope, pb, pxf, sbe."
homepage = "https://protowire.org"
readme = "README.md"
keywords = [
    "protobuf",
    "pxf",
    "sbe",
    "wire-format",
    "fix",
]
categories = [
    "encoding",
    "parser-implementations",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/trendvidia/protowire-rust"

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

[dependencies.protowire-envelope]
version = "1.0.0"

[dependencies.protowire-pb]
version = "1.0.0"

[dependencies.protowire-pxf]
version = "1.0.0"

[dependencies.protowire-sbe]
version = "1.0.0"