greentic-component-store 0.4.49

Store abstraction and verification for Greentic components
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 = "greentic-component-store"
version = "0.4.49"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Store abstraction and verification for Greentic components"
homepage = "https://github.com/greentic-ai/greentic-component"
documentation = "https://github.com/greentic-ai/greentic-component"
readme = false
keywords = [
    "greentic",
    "component",
    "store",
]
categories = ["wasm"]
license = "MIT"
repository = "https://github.com/greentic-ai/greentic-component"
resolver = "2"

[features]
default = [
    "http",
    "fs",
]
fs = []
http = ["dep:reqwest"]
oci = []
serde = []
warg = []

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1"

[dependencies.hex]
version = "0.4"

[dependencies.percent-encoding]
version = "2"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "blocking",
]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = [
    "serde",
    "formatting",
    "parsing",
]

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

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

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

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