knowledge-base-crud 0.2.0

Filesystem CRUD operations for a file-based knowledge base
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.85"
name = "knowledge-base-crud"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Filesystem CRUD operations for a file-based knowledge base"
homepage = "https://github.com/HelloJowet/knowledge_base"
readme = "README.md"
keywords = [
    "knowledge-base",
    "yaml",
    "filesystem",
    "crud",
]
categories = ["filesystem"]
license = "Apache-2.0"
repository = "https://github.com/HelloJowet/knowledge_base"

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

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

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

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

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

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

[dependencies.chrono]
version = "0.4"

[dependencies.fs2]
version = "0.4"

[dependencies.knowledge-base-models]
version = "0.2.0"

[dependencies.knowledge-base-validation]
version = "0.2.0"

[dependencies.language-tags]
version = "0.3"

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tempfile]
version = "3"

[dependencies.url]
version = "2.5"

[dependencies.yaml-edit]
version = "0.2.3"