# 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 = "nesty" version = "0.2.0" description = "Generate code with with human readable indentation" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/TheZoq2/nesty" [package.metadata.docs.rs] features = ["diff_assert"] [dependencies.colored] version = "2.0.0" optional = true [dependencies.prettydiff] version = "0.5.0" optional = true default-features = false [dev-dependencies.indoc] version = "1.0.3" [features] diff_assert = [ "prettydiff", "colored", ]