prov-config 0.7.0

Workspace configuration policy, codecs, diagnostics, and vocabularies
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-config"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Workspace configuration policy, codecs, diagnostics, and vocabularies"
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 = [
    "fig/fig",
    "prov-graph/fig-lang",
    "prov-identity/fig-lang",
    "prov-views/fig-lang",
    "prov-exports/fig-lang",
]
json = [
    "fig/json",
    "prov-graph/json",
    "prov-identity/json",
    "prov-views/json",
    "prov-exports/json",
]
toml = [
    "fig/toml",
    "prov-graph/toml",
    "prov-identity/toml",
    "prov-views/toml",
    "prov-exports/toml",
]
yaml = [
    "fig/yaml",
    "prov-graph/yaml",
    "prov-identity/yaml",
    "prov-views/yaml",
    "prov-exports/yaml",
]

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

[dependencies.fig]
version = "3.1"
features = [
    "serde",
    "derive",
    "indexmap",
]
default-features = false

[dependencies.fig-schema]
version = "0.2.0"

[dependencies.indexmap]
version = "2.0"
features = ["serde"]

[dependencies.prov-exports]
version = "0.7.0"
default-features = false

[dependencies.prov-fixity]
version = "0.7.0"

[dependencies.prov-graph]
version = "0.7.0"
default-features = false

[dependencies.prov-identity]
version = "0.7.0"
default-features = false

[dependencies.prov-views]
version = "0.7.0"
default-features = false

[dependencies.thiserror]
version = "2.0"

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