syn-path 3.0.0

A simple macro to declare a syn::Path at compile time
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 = "syn-path"
version = "3.0.0"
build = false
include = [
    "src/**/*.rs",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple macro to declare a syn::Path at compile time"
readme = "README.md"
keywords = [
    "syn",
    "path",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "0BSD"
repository = "https://codeberg.org/msrd0/syn-path"

[features]
default = ["proc-macro"]
proc-macro = [
    "proc-macro2/proc-macro",
    "syn/proc-macro",
]

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

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

[dependencies.syn]
version = "3.0"
features = ["full"]
default-features = false

[dev-dependencies.quote]
version = "1.0"
default-features = false

[dev-dependencies.syn]
version = "3.0"
features = [
    "clone-impls",
    "extra-traits",
    "parsing",
    "printing",
]
default-features = false