orbok-fs 0.9.13

orbok safe file access boundary, source policy, scanner (RFC-003/RFC-004)
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 = "orbok-fs"
version = "0.9.13"
authors = ["nabbisen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "orbok safe file access boundary, source policy, scanner (RFC-003/RFC-004)"
readme = false
license = "Apache-2.0"
repository = "https://github.com/nabbisen/orbok"
resolver = "2"

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

[dependencies.orbok-core]
version = "0.9.13"

[dependencies.orbok-db]
version = "0.9.13"

[dependencies.sha2]
version = "0.11"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"