litvc 1.3.0

Lit - The agentic-first distributed version control system. A complete Git replacement designed for AI agents first and humans second.
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 = "2021"
rust-version = "1.82"
name = "litvc"
version = "1.3.0"
authors = ["Nervosys"]
build = false
exclude = [
    "target/",
    "website/",
    "tests/",
    "examples/",
    "docs/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lit - The agentic-first distributed version control system. A complete Git replacement designed for AI agents first and humans second."
homepage = "https://github.com/nervosys/Lit"
readme = "README.md"
keywords = [
    "vcs",
    "git",
    "quantum-resistant",
    "post-quantum",
    "version-control",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/nervosys/Lit"

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

[[bin]]
name = "lit"
path = "src/main.rs"

[dependencies.aes]
version = "0.8"

[dependencies.aes-gcm]
version = "0.10"

[dependencies.blake3]
version = "1.5"

[dependencies.byteorder]
version = "1.5"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.crc32fast]
version = "1.4"

[dependencies.dirs]
version = "5.0"

[dependencies.flate2]
version = "1.0"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.lazy_static]
version = "1.4"

[dependencies.memmap2]
version = "0.9"

[dependencies.pbkdf2]
version = "0.12"
features = ["simple"]

[dependencies.pqcrypto-mldsa]
version = "0.1"

[dependencies.pqcrypto-traits]
version = "0.3"

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1.10"

[dependencies.rmp-serde]
version = "1.3"

[dependencies.rpassword]
version = "7.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[dependencies.shellexpand]
version = "3.1"

[dependencies.subtle]
version = "2.6"

[dependencies.tiny_http]
version = "0.12"

[dependencies.toml]
version = "0.8"

[dependencies.ureq]
version = "2.12"
features = ["json"]

[dependencies.uuid]
version = "1.6"
features = ["v4"]

[dependencies.walkdir]
version = "2.4"

[dependencies.zeroize]
version = "1.8"
features = ["derive"]

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

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

[target."cfg(windows)".dependencies.windows]
version = "0.58"
features = ["Win32_Storage_FileSystem"]