# 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 = "orderless" version = "0.1.5" authors = ["Kyza"] description = "Orderless/named functions in Rust. `add!(b = 2); // 4`." readme = "./README.md" keywords = [ "macro", "orderless", "named", "generator", "proc_macro", ] categories = [ "development-tools::build-utils", "rust-patterns", ] license = "MIT" repository = "https://github.com/Kyza/orderless" [lib] proc-macro = true [dependencies.darling] version = "0.20.1" [dependencies.indexmap] version = "1.9.3" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.56" features = ["span-locations"] [dependencies.quote] version = "1.0.27" [dependencies.syn] version = "2.0.15" features = ["full"]