# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "new-home-application-macro" version = "1.1.0" authors = ["Yannik_Sc "] description = "Provides a derive macro for the Method in the new-home-application framework." documentation = "https://docs.rs/new-home-application-macro" readme = "../README.md" license = "MIT" repository = "https://gitlab.com/Yannik_Sc/new-home-application" [lib] proc-macro = true [dependencies.Inflector] version = "0.11.4" [dependencies.new-home-application] version = "1.1.0" [dependencies.quote] version = "1.0.7" [dependencies.serde] version = "1.0.114" [dependencies.serde_json] version = "1.0.57" [dependencies.syn] version = "1.0.36" features = ["full"] [dependencies.toml] version = "0.5.6"