heddle-mount 0.8.0

An AI-native version control system
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"
name = "heddle-mount"
version = "0.8.0"
authors = ["Luke"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An AI-native version control system"
readme = "README.md"
keywords = [
    "vcs",
    "version-control",
    "ai",
    "git",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/HeddleCo/heddle"
resolver = "2"

[package.metadata.cargo-machete]
ignored = ["cbindgen"]

[features]
default = []
fskit = ["dep:cbindgen"]
fuse = ["dep:fuser"]
nfs = [
    "dep:nfsserve",
    "dep:tokio",
    "dep:async-trait",
]
projfs = ["dep:windows"]

[lib]
name = "mount"
crate-type = [
    "rlib",
    "staticlib",
]
path = "src/lib.rs"

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

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

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

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

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

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

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

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

[[bench]]
name = "fuse_e2e"
path = "benches/fuse_e2e.rs"
harness = false
required-features = ["fuse"]

[[bench]]
name = "fuse_worker_ipc"
path = "benches/fuse_worker_ipc.rs"
harness = false
required-features = ["fuse"]

[[bench]]
name = "mount_read_paths"
path = "benches/mount_read_paths.rs"
harness = false

[dependencies.anyhow]
version = "1"

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

[dependencies.bytes]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.lru]
version = "0.18"

[dependencies.nfsserve]
version = "0.11"
optional = true

[dependencies.objects]
version = "0.8"
package = "heddle-objects"

[dependencies.oplog]
version = "0.8"
package = "heddle-oplog"

[dependencies.refs]
version = "0.8"
package = "heddle-refs"

[dependencies.repo]
version = "0.8"
package = "heddle-repo"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "net",
    "signal",
    "sync",
    "time",
    "io-util",
    "process",
    "fs",
    "rt-multi-thread",
]
optional = true
default-features = false

[dependencies.tracing]
version = "0.1"

[dev-dependencies.chrono]
version = "0.4"
features = ["serde"]

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.heddle-format]
version = "0.8"

[dev-dependencies.memmap2]
version = "0.9"

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

[dev-dependencies.sley]
version = "0.4.0"
features = [
    "mmap",
    "fast-sha1",
]

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

[build-dependencies.cbindgen]
version = "0.29"
optional = true
default-features = false

[target.'cfg(target_os = "linux")'.dependencies.fuser]
version = "0.17"
optional = true

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.62"
features = [
    "Win32_Foundation",
    "Win32_Storage_ProjectedFileSystem",
    "Win32_System_Com",
    "Win32_System_LibraryLoader",
]
optional = true