fslite-sqlite 0.1.0

A transport-independent, async virtual filesystem with a SQLite-backed persistent backend, HTTP adapter, and CLI.
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 = "fslite-sqlite"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A transport-independent, async virtual filesystem with a SQLite-backed persistent backend, HTTP adapter, and CLI."
homepage = "https://fslite.rusty.yachts"
documentation = "https://docs.rs/fslite-core"
readme = "README.md"
keywords = [
    "filesystem",
    "sqlite",
    "virtual-filesystem",
    "async",
    "workspace",
]
categories = [
    "database",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/seanrobmerriam/fslite"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.fslite-core]
version = "0.1.0"

[dependencies.futures]
version = "0.3"

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
]

[dependencies.tokio-rusqlite]
version = "0.6"

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v7",
]

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

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"