libfasttree 0.1.0

A Rust library inspired by libostree, but based on distribution repositories.
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"
name = "libfasttree"
version = "0.1.0"
authors = ["Michal92299"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library inspired by libostree, but based on distribution repositories."
readme = "README.md"
keywords = [
    "ostree",
    "immutable",
    "package-manager",
    "rust",
]
categories = [
    "os",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/michal92299/libfasttree/"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.ar]
version = "0.9"

[dependencies.bsdiff]
version = "0.1"

[dependencies.fastcdc]
version = "3.1.0"

[dependencies.flate2]
version = "1.0"

[dependencies.gpgme]
version = "0.11"

[dependencies.hex]
version = "0.4"

[dependencies.libsqlite3-sys]
version = "0.26"
features = ["bundled"]

[dependencies.merge3]
version = "0.2"

[dependencies.nix]
version = "0.28"
features = [
    "fs",
    "user",
    "ioctl",
    "process",
    "mount",
    "sched",
]

[dependencies.rayon]
version = "1.8"

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

[dependencies.rpm]
version = "0.14"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sigstore]
version = "0.8"

[dependencies.sqlx]
version = "0.7"
features = [
    "runtime-tokio",
    "sqlite",
]

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3.10"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-uring]
version = "0.4.0"

[dependencies.tss-esapi]
version = "7.2.0"

[dependencies.walkdir]
version = "2.5"

[dependencies.xml-rs]
version = "0.8"

[dependencies.xz2]
version = "0.1"

[dependencies.zstd]
version = "0.13"