flowscope-core 0.1.0

Core SQL lineage analysis engine
Documentation
[build-dependencies.serde]
features = ["derive"]
version = "1.0.215"

[build-dependencies.serde_json]
version = "1.0.133"

[build-dependencies.toml]
version = "0.9"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.regex]
version = "1"

[dependencies.schemars]
features = ["preserve_order"]
version = "1.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlparser]
version = "0.59"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
optional = true
version = "0.1"

[dev-dependencies.insta]
features = ["json"]
version = "1.45"

[dev-dependencies.proptest]
version = "1.9"

[dev-dependencies.rstest]
version = "0.26"

[features]
default = []
tracing = ["dep:tracing"]

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

[package]
authors = ["PondPilot Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["database", "parser-implementations"]
description = "Core SQL lineage analysis engine"
documentation = "https://docs.rs/flowscope-core"
edition = "2021"
homepage = "https://flowscope.pondpilot.io"
keywords = ["sql", "lineage", "analysis", "parser", "metadata"]
license = "Apache-2.0"
name = "flowscope-core"
readme = "README.md"
repository = "https://github.com/pondpilot/flowscope"
version = "0.1.0"

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

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

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

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

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

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

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

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

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