code-system-graph-model 1.0.1

Shared identities, graph entities, and extraction envelopes for Code System Graph.
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.97.1"
name = "code-system-graph-model"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared identities, graph entities, and extraction envelopes for Code System Graph."
homepage = "https://github.com/dertin/code-system-graph"
readme = "README.md"
keywords = [
    "code-intelligence",
    "static-analysis",
    "impact-analysis",
    "mcp",
    "monorepo",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/dertin/code-system-graph"

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

[dependencies.blake3]
version = "1.8.5"

[dependencies.camino]
version = "1.2.5"
features = ["serde1"]

[dependencies.schemars]
version = "1.2.2"

[dependencies.semver]
version = "1.0.28"
features = ["serde"]

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

[dependencies.time]
version = "0.3.54"
features = ["serde"]

[lints.clippy]
clone_on_copy = "deny"
large_enum_variant = "deny"
needless_collect = "deny"
redundant_clone = "deny"
unwrap_used = "deny"

[lints.clippy.all]
level = "deny"
priority = 10

[lints.clippy.pedantic]
level = "warn"
priority = 5

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

[lints.rust.future_incompatible]
level = "warn"
priority = -1

[lints.rust.nonstandard_style]
level = "deny"
priority = -1