[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.bytes]
version = "1.6"
[dependencies.hex]
version = "0.4"
[dependencies.percent-encoding]
version = "2.3"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls", "blocking"]
optional = true
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "2.0"
[dependencies.time]
version = "0.3"
[dependencies.tokio]
features = ["macros", "rt-multi-thread", "sync", "fs", "time"]
version = "1.38"
[dependencies.tokio-util]
version = "0.7"
[dependencies.tracing]
version = "0.1"
[dependencies.url]
version = "2.5"
[dev-dependencies.tempfile]
version = "3.10"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "sync", "fs", "time", "macros", "rt-multi-thread"]
version = "1.38"
[features]
default = ["http", "fs"]
fs = []
http = ["dep:reqwest"]
oci = []
serde = []
warg = []
[lib]
name = "component_store"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["wasm"]
description = "Store abstraction and verification for Greentic components"
documentation = "https://github.com/greentic-ai/greentic-component"
edition = "2021"
homepage = "https://github.com/greentic-ai/greentic-component"
keywords = ["greentic", "component", "store"]
license = "MIT"
name = "component-store"
readme = false
repository = "https://github.com/greentic-ai/greentic-component"
version = "0.1.3"
[[test]]
name = "fs_list"
path = "tests/fs_list.rs"
[[test]]
name = "http_fetch"
path = "tests/http_fetch.rs"