handle_trait 1.1.0

A trait for types that represent handles to shared resources
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"
name = "handle_trait"
version = "1.1.0"
authors = ["Patrick Jackson <patrick@jackson.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A trait for types that represent handles to shared resources"
readme = "README.md"
keywords = [
    "handle",
    "trait",
    "sharing",
    "clone",
    "arc",
]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://codeberg.org/arcuru/handle_trait"

[features]
default = ["derive"]
derive = ["handle_trait_derive"]

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

[dependencies.handle_trait_derive]
version = "1.1.0"
optional = true