mir-codebase 0.2.0

Codebase storage and resolution for the mir PHP static analyzer
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 = "2021"
name = "mir-codebase"
version = "0.2.0"
authors = ["Jorg Sowa <jorg.sowa@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Codebase storage and resolution for the mir PHP static analyzer"
homepage = "https://github.com/jorgsowa/mir"
readme = false
license = "MIT"
repository = "https://github.com/jorgsowa/mir"

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

[dependencies.dashmap]
version = "6"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.mir-types]
version = "0.2.0"

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

[dependencies.thiserror]
version = "2"