jules-macros 0.1.1

Procedural macros for Jules-SDK
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.90.0"
name = "jules-macros"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for Jules-SDK"
homepage = "https://github.com/ArtisanXL/jules-sdk"
documentation = "https://docs.rs/jules-sdk"
readme = "README.md"
keywords = [
    "jules",
    "proc-macro",
    "derive",
    "macros",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ArtisanXL/jules-sdk"

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

[dependencies]

[lints.clippy.all]
level = "deny"
priority = 10

[lints.clippy.pedantic]
level = "warn"
priority = 3

[lints.clippy.redundant_clone]
level = "deny"
priority = 9

[lints.rust]
unused_variables = "warn"

[lints.rust.future-incompatible]
level = "warn"
priority = -1

[lints.rust.nonstandard-style]
level = "deny"
priority = -2

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -3