opimps 0.2.2

A simple library of attribute macros to assist with overloading operators for borrowed and owned data.
Documentation
[package]
name = "opimps"
description = "A simple library of attribute macros to assist with overloading operators for borrowed and owned data."
version = "0.2.2"
authors = ["Tony Nguyen <900692-t101@users.noreply.gitlab.com>"]
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
keywords = ["operators", "overload"]
repository = "https://github.com/T101N/opimps"
include = [
    "src/**/*.rs",
    "Cargo.toml",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true

[dependencies]
syn = { version = "^2.0.18", features = ["full"] }
quote = "^1.0.28"
proc-macro2 = "^1.0.59"