[dependencies.regex]
version = "1.11.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.toml]
version = "0.8.23"
[dev-dependencies.tempfile]
version = "3.20.0"
[lib]
name = "examine"
path = "src/lib.rs"
[package]
authors = ["Kumar Anirudha <chakra@anirudha.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "parsing"]
description = "Simple project detection and analysis - just pass a path and get project info"
documentation = "https://docs.rs/examine"
edition = "2021"
homepage = "https://github.com/anistark/examine"
include = ["src/**", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["project", "detection", "language", "framework", "analysis"]
license = "MIT"
name = "examine"
readme = "README.md"
repository = "https://github.com/anistark/examine"
rust-version = "1.70.0"
version = "0.2.0"