move-syn 0.0.5

Move syntax parsing
Documentation
[build-dependencies.rustversion]
version = "1"

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

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

[dependencies.regex]
version = "1"

[dependencies.unsynn]
version = "0.2"

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

[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"

[features]
fun-sig = []

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

[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

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

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

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

[[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"