source-map-php 0.1.3

CLI-first PHP code search indexer for Laravel and Hyperf repositories
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 = "source-map-php"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "source-map-php"
description = "CLI-first PHP code search indexer for Laravel and Hyperf repositories"
homepage = "https://github.com/dickwu/source-map-php"
documentation = "https://docs.rs/source-map-php"
readme = "README.md"
keywords = [
    "php",
    "search",
    "meilisearch",
    "laravel",
    "hyperf",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/dickwu/source-map-php"

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

[[bin]]
name = "phpantom_lsp"
path = "src/bin/phpantom_lsp.rs"

[[bin]]
name = "source-map-php"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.chrono]
version = "0.4.42"
features = [
    "clock",
    "serde",
]

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

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.globset]
version = "0.4.18"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.12.24"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha1]
version = "0.10.6"

[dependencies.tempfile]
version = "3.23.0"

[dependencies.toml]
version = "0.8.23"

[dependencies.url]
version = "2.5.7"
features = ["serde"]

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.assert_cmd]
version = "2.0.17"

[dev-dependencies.predicates]
version = "3.1.3"