# 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 = "shower" version = "0.1.0" authors = ["Ken "] include = [ "src/**/*", "LICENSE-MIT", "README.md", ] description = "get string of code block" readme = "README.md" keywords = [ "source-code", "source", "code", ] license = "MIT" repository = "https://github.com/tiby312/shower" [lib] proc-macro = true [dependencies.quote] version = "1.0.29" [dependencies.syn] version = "2.0.22" features = ["full"] [dependencies.unindent] version = "0.2.1"