dlin-core 0.2.1

Core library for dbt model lineage analysis
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"
name = "dlin-core"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for dbt model lineage analysis"
homepage = "https://github.com/eitsupi/dlin"
readme = "README.md"
keywords = [
    "dbt",
    "lineage",
    "dag",
    "sql",
]
categories = [
    "development-tools",
    "visualization",
]
license = "MIT"
repository = "https://github.com/eitsupi/dlin"

[features]
clap = ["dep:clap"]
column-lineage = ["dep:polyglot-sql"]

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

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]
optional = true

[dependencies.colored]
version = "3"

[dependencies.globset]
version = "0.4"

[dependencies.indexmap]
version = "2"

[dependencies.minijinja]
version = "2"

[dependencies.path-slash]
version = "0.2.1"

[dependencies.petgraph]
version = "0.8"
features = ["serde-1"]

[dependencies.polyglot-sql]
version = "0.4.2"
features = [
    "all-dialects",
    "semantic",
]
optional = true
default-features = false

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

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

[dependencies.serde-saphyr]
version = "0.0.26"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.walkdir]
version = "2"

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

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

[dev-dependencies.serial_test]
version = "3.4.0"

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin_include)"]