heddle-mount 0.2.2

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.2.2"
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"

[features]
default = []
fskit = ["dep:cbindgen"]
fuse = ["dep:fuser"]

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

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

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

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

[dependencies.bytes]
version = "1"

[dependencies.libc]
version = "0.2"

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

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

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

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

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

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

[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