makefile-lossless 0.3.28

Lossless Parser for Makefiles
Documentation
# 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 = "makefile-lossless"
version = "0.3.28"
authors = ["Jelmer Vernooij <jelmer@jelmer.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lossless Parser for Makefiles"
homepage = "https://github.com/jelmer/makefile-lossless"
documentation = "https://docs.rs/makefile-lossless"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/jelmer/makefile-lossless"

[lib]
name = "makefile_lossless"
path = "src/lib.rs"

[dependencies.log]
version = "0.4"

[dependencies.rowan]
version = "^0.16"

[dev-dependencies.maplit]
version = "1.0.2"