rnix 0.13.0

A Nix parser written in Rust
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 = "rnix"
version = "0.13.0"
authors = ["jD91mZM2 <me@krake.one>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Nix parser written in Rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nix-community/rnix-parser"

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

[[example]]
name = "dump-ast"
path = "examples/dump-ast.rs"

[[example]]
name = "error-report"
path = "examples/error-report.rs"

[[example]]
name = "from-stdin"
path = "examples/from-stdin.rs"

[[example]]
name = "list-fns"
path = "examples/list-fns.rs"

[[example]]
name = "preserve"
path = "examples/preserve.rs"

[[example]]
name = "test-nixpkgs"
path = "examples/test-nixpkgs.rs"

[[bench]]
name = "all-packages"
path = "benches/all-packages.rs"
harness = false

[dependencies.rowan]
version = "0.16"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.expect-test]
version = "1.5.1"