# 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 = "fncmd-impl" version = "2.1.0" authors = ["Sʜɪᴍᴜʀᴀ Yū "] exclude = ["release.toml"] description = "This crate shouldn't be used directly. Check fncmd." license = "MPL-2.0" repository = "https://github.com/yuhr/fncmd" [lib] doctest = false proc-macro = true [dependencies.cargo_metadata] version = "0.15.4" [dependencies.darling] version = "0.13.4" [dependencies.once_cell] version = "1.17.1" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.56" [dependencies.quote] version = "1.0.26" [dependencies.syn] version = "1.0.109" features = [ "full", "extra-traits", "visit", ]