sourcery-macros 0.2.0

Derive macros for the Sourcery library
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"
rust-version = "1.92.0"
name = "sourcery-macros"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for the Sourcery library"
homepage = "https://github.com/danieleades/sourcery"
readme = "README.md"
keywords = [
    "event-sourcing",
    "cqrs",
]
categories = [
    "asynchronous",
    "database",
    "database-implementations",
]
license = "GPL-3.0-only"

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

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

[dependencies.darling]
version = "0.23"
default-features = false

[dependencies.heck]
version = "0.5"

[dependencies.proc-macro2]
version = "1"
features = ["proc-macro"]
default-features = false

[dependencies.quote]
version = "1"
features = ["proc-macro"]
default-features = false

[dependencies.syn]
version = "2"
features = [
    "full",
    "parsing",
    "proc-macro",
]
default-features = false

[dev-dependencies.serde]
version = "1"
features = [
    "derive",
    "std",
]
default-features = false

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.trybuild]
version = "1"

[lints.clippy]
nursery = "warn"
pedantic = "warn"