move-syn 0.0.6

Move syntax parsing
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 = "2024"
rust-version = "1.87"
name = "move-syn"
version = "0.0.6"
authors = ["Angelo <doom444@pm.me>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Move syntax parsing"
readme = "README.md"
categories = ["cryptography::cryptocurrencies"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0xangelo/moverox"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--generate-link-to-definition",
    "-Zunstable-options",
]

[package.metadata.cargo-machete]
ignored = ["proc-macro2"]

[features]
fun-sig = []

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

[[test]]
name = "functions"
path = "tests/functions.rs"
required-features = ["fun-sig"]

[[test]]
name = "parse"
path = "tests/parse.rs"

[[test]]
name = "public-api"
path = "tests/public-api.rs"

[dependencies.cfg-if]
version = "1"

[dependencies.proc-macro2]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.unsynn]
version = "0.2"

[dev-dependencies.derive_more]
version = "2"
features = ["display"]

[dev-dependencies.indoc]
version = "2"

[dev-dependencies.insta]
version = "1"

[dev-dependencies.itertools]
version = "0.14"

[dev-dependencies.public-api]
version = "0.50"

[dev-dependencies.rustdoc-json]
version = "0.9"

[dev-dependencies.rustup-toolchain]
version = "0.1"

[dev-dependencies.testresult]
version = "0.4"

[build-dependencies.rustversion]
version = "1"

[lints.clippy]
todo = "warn"
uninlined_format_args = "allow"
unwrap_used = "warn"

[lints.clippy.nursery]
level = "warn"
priority = 1

[lints.clippy.redundant_pub_crate]
level = "allow"
priority = 2