[package]
edition = "2024"
rust-version = "1.88"
name = "prov-views"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Declarative views over a prov workspace: the format, and the traversal that executes it"
homepage = "https://github.com/diaryx-org/prov"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/diaryx-org/prov"
resolver = "2"
[features]
default = ["yaml"]
fig-lang = ["prov-graph/fig-lang"]
json = ["prov-graph/json"]
toml = ["prov-graph/toml"]
yaml = ["prov-graph/yaml"]
[lib]
name = "prov_views"
path = "src/lib.rs"
[[test]]
name = "facets"
path = "tests/facets.rs"
[dependencies.prov-graph]
version = "0.7.0"
default-features = false