crisp-resolve 1.8.1

Name resolution, imports, sealed-crate lockfile (spec §12)
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"
rust-version = "1.85"
name = "crisp-resolve"
version = "1.8.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Name resolution, imports, sealed-crate lockfile (spec §12)"
homepage = "https://crisp-lang.org/"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/jose-compu/crisp"
resolver = "2"

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

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

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

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

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

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

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

[dependencies.crisp-ast]
version = "1.8.1"

[dependencies.crisp-manifest]
version = "1.8.1"

[dependencies.crisp-parser]
version = "1.8.1"

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.insta]
version = "1"

[dev-dependencies.tempfile]
version = "3"