sley 0.4.0

Ergonomic facade over the sley engine, a native-Rust reimplementation of Git's plumbing.
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.96"
name = "sley"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ergonomic facade over the sley engine, a native-Rust reimplementation of Git's plumbing."
readme = false
license = "Apache-2.0"
repository = "https://github.com/HeddleCo/sley"

[features]
default = [
    "remote",
    "mmap",
    "fast-sha1",
]
fast-sha1 = [
    "sley-core/fast-sha1",
    "sley-odb/fast-sha1",
]
mmap = ["sley-odb/mmap"]
remote = [
    "dep:sley-remote",
    "sley-remote/http",
]
tls-native-tls = ["sley-remote/tls-native-tls"]
tls-platform-verifier = ["sley-remote/tls-platform-verifier"]
tls-rustls = ["sley-remote/tls-rustls"]

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

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

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

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

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

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

[dependencies.sley-config]
version = "0.4.0"

[dependencies.sley-core]
version = "0.4.0"

[dependencies.sley-diff-format]
version = "0.4.0"

[dependencies.sley-diff-merge]
version = "0.4.0"

[dependencies.sley-formats]
version = "0.4.0"

[dependencies.sley-grep]
version = "0.4.0"

[dependencies.sley-index]
version = "0.4.0"

[dependencies.sley-notes]
version = "0.4.0"

[dependencies.sley-object]
version = "0.4.0"

[dependencies.sley-odb]
version = "0.4.0"

[dependencies.sley-pack]
version = "0.4.0"

[dependencies.sley-pretty]
version = "0.4.0"

[dependencies.sley-refs]
version = "0.4.0"

[dependencies.sley-remote]
version = "0.4.0"
optional = true

[dependencies.sley-rev]
version = "0.4.0"

[dependencies.sley-sequencer]
version = "0.4.0"

[dependencies.sley-worktree]
version = "0.4.0"

[lints.clippy]
clone_on_copy = "allow"
dbg_macro = "deny"
todo = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"