# 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 = "dbg-pls" version = "0.4.3" authors = ["Conrad Ludgate "] include = [ "src", "README.md", "assets/syntaxes/Rust/Rust.sublime-syntax", ] description = "Syntax aware pretty-printing debugging" readme = "README.md" license = "MIT" repository = "https://github.com/conradludgate/dbg-pls" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.dbg-pls-derive] version = "0.4.0" optional = true [dependencies.itoa] version = "1" [dependencies.prettyplease] version = "0.2" optional = true [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.ryu] version = "1" [dependencies.stylish] version = "0.1.0" features = ["ansi"] optional = true default-features = false [dependencies.syn] version = "2" features = ["full"] [dependencies.syntect] version = "5.0.0" optional = true [dependencies.textwrap] version = "0.16" optional = true [dev-dependencies.insta] version = "1.14.0" [dev-dependencies.syn] version = "2" features = [ "full", "extra-traits", ] [features] colors = [ "pretty", "syntect", "stylish", ] default = [] derive = ["dbg-pls-derive"] pretty = [ "prettyplease", "textwrap", ]