sort-macro 0.2.1

Sort macro input tokens
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"
name = "sort-macro"
version = "0.2.1"
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sort macro input tokens"
readme = "README.md"
keywords = [
    "macro",
    "sort",
    "macro_rules",
    "tokens",
]
license = "MIT"
repository = "https://github.com/A4-Tacks/sort-macro-rs"

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

[[test]]
name = "sort-key"
path = "tests/sort-key.rs"

[dependencies.tt-path]
version = "0.1.0"