[package]
name = "sable-vault"
version = "0.1.0"
edition = "2024"

workspace = ".."

[features]
default = ["git"]

git = ["dep:which"]

base = ["dep:nom"]
canvas = []

[dependencies]
sable-frontmatter = { path = "../sable-frontmatter" }

camino.workspace = true
convert_case.workspace = true
jiff.workspace = true
miette.workspace = true
parking_lot.workspace = true
petgraph.workspace = true
regex.workspace = true
serde.workspace = true
serde_json.workspace = true
slug.workspace = true
thiserror.workspace = true
tracing.workspace = true
walkdir.workspace = true

nom = { workspace = true, optional = true }
which = { workspace = true, optional = true }
