vize_canon 0.167.0

Canon - The standard of correctness for Vize type checking
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.95.0"
name = "vize_canon"
version = "0.167.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canon - The standard of correctness for Vize type checking"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ubugeeei-prod/vize"

[features]
default = ["native"]
native = [
    "dep:which",
    "dep:walkdir",
    "dep:dirs",
    "dep:corsa",
    "dep:lsp-types",
]

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

[dependencies.corsa]
version = "=0.36.0"
optional = true
package = "corsa"

[dependencies.dashmap]
version = "=6.1.0"

[dependencies.dirs]
version = "=6.0.0"
optional = true

[dependencies.lsp-types]
version = "=0.97.0"
optional = true

[dependencies.oxc_allocator]
version = "=0.127.0"

[dependencies.oxc_ast]
version = "=0.127.0"

[dependencies.oxc_ast_visit]
version = "=0.127.0"

[dependencies.oxc_diagnostics]
version = "=0.127.0"

[dependencies.oxc_parser]
version = "=0.127.0"

[dependencies.oxc_span]
version = "=0.127.0"

[dependencies.rayon]
version = "=1.12.0"

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

[dependencies.serde_json]
version = "=1.0.149"

[dependencies.thiserror]
version = "=2.0.18"

[dependencies.tracing]
version = "=0.1.44"

[dependencies.vize_armature]
version = "=0.167.0"

[dependencies.vize_atelier_core]
version = "=0.167.0"

[dependencies.vize_atelier_sfc]
version = "=0.167.0"
default-features = false

[dependencies.vize_carton]
version = "=0.167.0"

[dependencies.vize_croquis]
version = "=0.167.0"

[dependencies.vize_relief]
version = "=0.167.0"

[dependencies.walkdir]
version = "=2.5.0"
optional = true

[dependencies.which]
version = "=8.0.2"
optional = true

[dev-dependencies.insta]
version = "=1.47.2"
features = ["toml"]

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

[target."cfg(unix)".dependencies.libc]
version = "=0.2.186"