drylib-procs 0.1.13

Rust macro-library for Don't Repeating Yourself
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"
rust-version = "1.56.0"
name = "drylib-procs"
version = "0.1.13"
authors = ["Mark Tyrkba <marktyrkba456@gmail.com>"]
description = "Rust macro-library for Don't Repeating Yourself"
readme = "README.md"
keywords = [
    "macros",
    "dry",
    "drylib",
]
categories = [
    "development-tools",
    "development-tools::procedural-macro-helpers",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rakivo/drylib/tree/main/drylib-procs"

[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]

[lib]
proc-macro = true

[features]
ams = []
ams-prefix-m = []
ams-prefix-mu = []
ams-prefix-mut = []
ams-prefix-mute = []
ams-prefix-mutex = []
clones = []
clones-prefix-c = []
clones-prefix-cl = []
clones-prefix-clo = []
clones-prefix-clon = []
clones-prefix-clone = []
default = [
    "ams",
    "muts",
    "clones",
    "pubimpl",
    "impl_getters",
    "impl_mut_getters",
    "mutams",
    "mutclones",
]
impl_getters = []
impl_mut_getters = []
mutams = []
mutclones = []
muts = []
pubimpl = []