prov-views 0.7.0

Declarative views over a prov workspace: the format, and the traversal that executes it
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.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