# 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 = "heck-but-macros" version = "0.0.1" authors = ["Tamme Schichler "] include = ["**/*.rs", "!tests/unincluded_*.rs", "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE-*", "README.md"] description = "A proc macro wrapper around the heck crate, so that its casing functions can be applied to identifiers. Also contains a workaround for (limited) stringification." homepage = "https://github.com/Tamschi/heck-but-macros/tree/v0.0.1" documentation = "https://docs.rs/heck-but-macros/0.0.1" readme = "README.md" keywords = ["heck", "casing", "macro", "stringify"] categories = ["text-processing", "rust-patterns", "development-tools::build-utils"] license = "MIT OR Apache-2.0" repository = "https://github.com/Tamschi/heck-but-macros" [lib] proc-macro = true [dependencies.heck] version = "0.3.1" [dev-dependencies.cargo-husky] version = "1.5.0" [dev-dependencies.git_info] version = "0.1.2" [dev-dependencies.version-sync] version = "0.9.1" [badges.is-it-maintained-issue-resolution] repository = "Tamschi/heck-but-macros" [badges.is-it-maintained-open-issues] repository = "Tamschi/heck-but-macros" [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "unstable" repository = "Tamschi/heck-but-macros"