switchback-avro 0.0.1-0.dev.2

Shared Avro schema layer for the switchback framework.
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 = "switchback-avro"
version = "0.0.1-0.dev.2"
build = false
include = [
    "src/**/*",
    "meta-schemas/**/*",
    "meta-schemas.lock.toml",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared Avro schema layer for the switchback framework."
homepage = "https://github.com/canardleteer/switchback-rs"
readme = "README.md"
keywords = [
    "avro",
    "schema",
    "parser",
    "asyncapi",
    "serialization",
]
categories = ["parser-implementations"]
license = "Apache-2.0"
repository = "https://github.com/canardleteer/switchback-rs"
resolver = "2"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.switchback-traits]
version = "0.0.1-0.dev.2"

[dev-dependencies.sha2]
version = "0.10"

[dev-dependencies.toml]
version = "0.8"