# 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 = "code_snippet_generator" version = "0.1.7" authors = ["Devan Looches "] include = [ "src/lib.rs", "LICENSE", "README.md", ] description = "A proc_macro for turning a snippet of code into colorized html." documentation = "https://docs.rs/code_snippet_generator/0.1.1/code_snippet_generator/" readme = "README.md" keywords = [ "html", "code-snippet", "syntax-highlighting", "web", ] license = "MIT" repository = "https://github.com/devanlooches/code_snippet_generator" resolver = "2" [lib] proc-macro = true [dependencies.proc-macro-error] version = "1.0.4" [dependencies.quote] version = "1.0.18" [dependencies.rustfmt-wrapper] version = "0.1.0" [dependencies.synoptic] version = "1.2.0" [dependencies.web-sys] version = "0.3.57" [features] html = []