panproto-project 0.39.0

Multi-file project assembly via schema coproduct 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-project"
version = "0.39.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-file project assembly via schema coproduct for panproto"
readme = "README.md"
license = "MIT"
repository = "https://github.com/panproto/panproto"

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

[[example]]
name = "assemble_protos"
path = "examples/assemble_protos.rs"
required-features = ["panproto-parse/lang-protobuf"]

[[bench]]
name = "project_bench"
path = "benches/project_bench.rs"
harness = false
required-features = ["panproto-parse/lang-protobuf"]

[dependencies.blake3]
version = "1"

[dependencies.globset]
version = "0.4"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

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

[dependencies.panproto-parse]
version = "0.39.0"

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

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

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

[dependencies.rustc-hash]
version = "2.1.2"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.smallvec]
version = "2.0.0-alpha.12"
features = ["serde"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "0.8"

[dev-dependencies.divan]
version = "0.1.21"

[dev-dependencies.proptest]
version = "1.11.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"