agentics-storage 0.3.0

Storage abstractions and implementations for Agentics.
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 = "agentics-storage"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Storage abstractions and implementations for Agentics."
homepage = "https://agentics.reify.ing"
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/agentic-science/Agentics"

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

[dependencies.agentics-domain]
version = "0.3.0"

[dependencies.anyhow]
version = "1"

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

[dependencies.aws-config]
version = "1"
features = [
    "behavior-version-latest",
    "default-https-client",
    "rt-tokio",
    "credentials-process",
    "sso",
]
default-features = false

[dependencies.aws-sdk-s3]
version = "1"
features = [
    "behavior-version-latest",
    "default-https-client",
    "rt-tokio",
    "http-1x",
    "sigv4a",
]
default-features = false

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2"

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

[dependencies.url]
version = "2"
features = ["serde"]

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

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

[lints.clippy]
allow_attributes_without_reason = "warn"
arithmetic_side_effects = "warn"
cast_possible_truncation = "warn"
cast_possible_wrap = "warn"
cast_sign_loss = "warn"
clone_on_ref_ptr = "warn"
dbg_macro = "warn"
debug_assert_with_mut_call = "warn"
enum_glob_use = "warn"
expect_used = "warn"
expl_impl_clone_on_copy = "warn"
future_not_send = "warn"
indexing_slicing = "warn"
infallible_try_from = "warn"
invalid_upcast_comparisons = "warn"
iter_not_returning_iterator = "warn"
let_underscore_future = "warn"
lossy_float_literal = "warn"
mem_forget = "warn"
panic = "warn"
panic_in_result_fn = "warn"
rc_mutex = "warn"
string_slice = "warn"
todo = "warn"
unchecked_time_subtraction = "warn"
unimplemented = "warn"
unused_async = "warn"
unwrap_used = "warn"
wildcard_imports = "warn"

[lints.rust]
let_underscore_drop = "warn"
missing_debug_implementations = "warn"
redundant_imports = "warn"
unreachable_pub = "warn"
unsafe_code = "deny"