nextcloud-route-extractor 0.1.3

Extract routes from nextcloud apps
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"
name = "nextcloud-route-extractor"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extract routes from nextcloud apps"
readme = "README.md"
license = "EUPL-1.2"
repository = "https://codeberg.org/icewind/nextcloud-route-extractor"

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

[[bin]]
name = "nextcloud-route-extractor"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.53"
features = ["derive"]

[dependencies.glob]
version = "0.3.3"

[dependencies.main_error]
version = "0.1.2"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.php-literal-parser]
version = "0.7.1"

[dependencies.regex]
version = "1.12.2"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.streaming-iterator]
version = "0.1.9"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tree-sitter]
version = "0.25.10"

[dependencies.tree-sitter-php]
version = "0.24.2"

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