panproto-core 0.32.0

Core re-export facade for panproto
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 = "panproto-core"
version = "0.32.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core re-export facade for panproto"
readme = "README.md"
license = "MIT"
repository = "https://github.com/panproto/panproto"

[features]
default = []
full-parse = ["dep:panproto-parse"]
git = [
    "dep:panproto-git",
    "project",
]
jit = ["dep:panproto-jit"]
llvm = ["dep:panproto-llvm"]
project = [
    "dep:panproto-project",
    "full-parse",
]
tree-sitter = ["panproto-io/tree-sitter"]

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

[dependencies.panproto-check]
version = "0.32.0"

[dependencies.panproto-gat]
version = "0.32.0"

[dependencies.panproto-git]
version = "0.32.0"
optional = true

[dependencies.panproto-inst]
version = "0.32.0"

[dependencies.panproto-io]
version = "0.32.0"

[dependencies.panproto-jit]
version = "0.32.0"
optional = true

[dependencies.panproto-lens]
version = "0.32.0"

[dependencies.panproto-llvm]
version = "0.32.0"
optional = true
default-features = false

[dependencies.panproto-mig]
version = "0.32.0"

[dependencies.panproto-parse]
version = "0.32.0"
optional = true

[dependencies.panproto-project]
version = "0.32.0"
optional = true

[dependencies.panproto-protocols]
version = "0.32.0"

[dependencies.panproto-schema]
version = "0.32.0"

[dependencies.panproto-vcs]
version = "0.32.0"

[lints.clippy]
expect_used = "warn"
unwrap_used = "deny"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"