cvmfs 0.4.2

CernVM-FS client implementation in Rust
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 = "cvmfs"
version = "0.4.2"
authors = ["José Molina <jmolinacolmenero@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CernVM-FS client implementation in Rust"
readme = "README.md"
keywords = [
    "cvmfs",
    "filesystem",
    "fuse",
    "cernvm",
]
categories = [
    "filesystem",
    "science",
    "caching",
    "command-line-utilities",
]
license = "BSD-3-Clause"
repository = "https://github.com/moliholy/cvmfs-rust"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }{ archive-suffix }"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"

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

[[bin]]
name = "cvmfs-cli"
path = "src/main.rs"

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

[dependencies.chrono]
version = "0.4"

[dependencies.compress]
version = "0.2"

[dependencies.env_logger]
version = "0.11"

[dependencies.fuser]
version = "0.17"

[dependencies.hex]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.lz4_flex]
version = "0.13"

[dependencies.md5]
version = "0.8"

[dependencies.parking_lot]
version = "0.12"

[dependencies.reqwest]
version = "0.13"
features = ["blocking"]

[dependencies.rsa]
version = "0.9"
features = ["sha1"]

[dependencies.rusqlite]
version = "0.39"
features = [
    "blob",
    "bundled",
]

[dependencies.sha1]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.x509-certificate]
version = "0.25"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.flate2]
version = "1.1"

[dev-dependencies.serial_test]
version = "3.4"

[profile.dev]
debug = 2

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true