oak-resolver 0.0.4

Module resolution and global symbol management for the Oaks framework.
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 = "oak-resolver"
version = "0.0.4"
authors = ["Yggdrasill Team <192607617@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Module resolution and global symbol management for the Oaks framework."
readme = "readme.md"
license = "MPL-2.0"
repository = "https://github.com/ygg-lang/oaks/tree/master/projects/oak-resolver"
resolver = "2"

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

[dependencies.dashmap]
version = "6.1.0"

[dependencies.oak-core]
version = "0.0.4"
features = ["serde"]

[dependencies.oak-symbols]
version = "0.0.4"

[dependencies.oak-vfs]
version = "0.0.4"

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

[dependencies.tracing]
version = "0.1.44"

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