# 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" rust-version = "1.63.0" name = "coffee_break" version = "2.1.1" authors = ["Radek Vít "] description = "Take a break while your code compiles" readme = "README.md" keywords = [ "coffee", "relax", "blazing-fast", ] categories = [ "development-tools", "development-tools::build-utils", ] license = "JSON" repository = "https://github.com/radekvit/coffee_break" [package.metadata.docs.rs] all-features = true rustdoc-flags = ["--cfg=docsrs"] [lib] proc-macro = true [dependencies.syn] version = "2.0.57" features = [ "proc-macro", "parsing", ] default-features = false [features] check-friendly = [] default = [ "ra-friendly", "check-friendly", ] ra-friendly = []