sley-remote 0.3.1

Callable fetch, push, clone, and ls-remote orchestration over the sley transport and object stack.
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-remote"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Callable fetch, push, clone, and ls-remote orchestration over the sley transport and object stack."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/HeddleCo/sley"

[features]
default = [
    "http",
    "ssh",
]
http = [
    "sley-transport/http-client",
    "sley-transport/tls-rustls",
]
ssh = []
tls-native-tls = ["sley-transport/tls-native-tls"]
tls-platform-verifier = ["sley-transport/tls-platform-verifier"]
tls-rustls = ["sley-transport/tls-rustls"]

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

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

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

[dependencies.sley-fetch]
version = "0.3.1"

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

[dependencies.sley-fsck]
version = "0.3.1"

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

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

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

[dependencies.sley-protocol]
version = "0.3.1"

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

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

[dependencies.sley-transport]
version = "0.3.1"
default-features = false

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

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

[lints.rust]
unsafe_code = "forbid"