j3 1.4.0

A git/jj helper for using s3 as a remote, with a built-in web viewer.
# 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 = "j3"
version = "1.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A git/jj helper for using s3 as a remote, with a built-in web viewer."
homepage = "https://code.lord.io/j3/"
readme = "readme.md"
license = "GPL-3.0-or-later"
repository = "https://code.lord.io/j3/"

[[bin]]
name = "git-remote-j3"
path = "src/main.rs"

[dependencies.aws-config]
version = "1.0"

[dependencies.aws-sdk-s3]
version = "1.0"

[dependencies.flate2]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.gix]
version = "0.77"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "io-util",
    "fs",
]

[dependencies.url]
version = "2.5"