interface-derive 0.0.2

Derive macro for typed, lossy-aware interface translation between API versions
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 = "interface-derive"
version = "0.0.2"
authors = ["Tim Spamer <mail@tim-raphael.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macro for typed, lossy-aware interface translation between API versions"
documentation = "https://docs.rs/interface-derive"
readme = "README.md"
license = "MIT"
repository = "https://github.com/tim-raphael/interface"

[lib]
name = "interface_derive"
path = "src/lib.rs"
proc-macro = true

[dependencies]