avrogant 0.2.2

A toolkit to use avro schemas as rust types
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 = "avrogant"
version = "0.2.2"
authors = ["Lucas Andreussi <lucasandreussi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A toolkit to use avro schemas as rust types"
readme = "README.md"
license = "MIT"
repository = "https://github.com/landreussi/avrogant"

[features]
default = ["macro"]
macro = ["dep:avrogant_macro"]

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

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

[dependencies.avrogant_macro]
version = "0.2.0"
optional = true

[dependencies.rsgen-avro]
version = "0.19.2"

[dev-dependencies.apache-avro]
version = "0.21.0"

[dev-dependencies.derive_builder]
version = "0.20.2"

[dev-dependencies.rkyv]
version = "0.8.12"

[dev-dependencies.serde]
version = "1.0.228"