act-store 0.1.1

Local OCI-layout component store for ACT (act-cli, act-toolserver)
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 = "act-store"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local OCI-layout component store for ACT (act-cli, act-toolserver)"
homepage = "https://actcore.dev"
readme = "README.md"
keywords = [
    "act",
    "wasm",
    "oci",
    "component",
    "store",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/actcore/act-cli"

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

[dependencies.chrono]
version = "0.4.44"
features = ["clock"]
default-features = false

[dependencies.dirs]
version = "6.0.0"

[dependencies.fs4]
version = "1"
features = ["sync"]

[dependencies.oci-client]
version = "0.17"

[dependencies.oci-spec]
version = "0.9.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.url]
version = "2.5.8"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1.52.3"
features = [
    "rt",
    "macros",
    "rt-multi-thread",
]