csv-adapter-aptos 0.1.1

Aptos adapter for CSV (Client-Side Validation) with resource-based seals
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"
rust-version = "1.75"
name = "csv-adapter-aptos"
version = "0.1.1"
authors = ["Amin Razavi, Qwen3"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Aptos adapter for CSV (Client-Side Validation) with resource-based seals"
homepage = "https://github.com/zorvan/csv-adapter"
documentation = "https://docs.rs/csv-adapter-aptos"
readme = "README.md"
keywords = [
    "aptos",
    "blockchain",
    "cryptography",
    "csv-validation",
    "move",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zorvan/csv-adapter"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
aptos-sdk = ["dep:aptos-sdk"]
default = []
rpc = [
    "aptos-sdk",
    "tokio",
    "reqwest",
]

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

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

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

[dependencies.aptos-sdk]
version = "0.4"
optional = true

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.csv-adapter-core]
version = "0.1"

[dependencies.ed25519-dalek]
version = "2.0"
features = ["rand_core"]

[dependencies.hex]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "time",
]
optional = true

[dev-dependencies.rand]
version = "0.8"

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