# 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 = "2018" name = "compile-time-create-file" version = "0.1.0" authors = ["Álvaro Mondéjar "] exclude = [".github/", "ui/", "test", ".editorconfig", ".pre-commit-config.yaml", "README.tpl", ".bumpversion.cfg"] description = "Create files and directories at compile time using a procedural macro in Rust." readme = "README.md" keywords = ["build", "create", "file"] categories = ["development-tools", "development-tools::build-utils"] license-file = "LICENSE" repository = "https://github.com/mondeja/compile-time-create-file" [lib] name = "compile_time_create_file" path = "src/lib.rs" proc-macro = true [dependencies.syn] version = "^1" [dev-dependencies.trybuild] version = "1.0.25"