amp-rust 0.0.2

A Rust client for the Blockstream AMP API, providing interfaces for asset management, user operations, and token handling on the Liquid Network.
Documentation
[dependencies.async-trait]
version = "0.1"

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

[dependencies.dotenvy]
version = "0.15"

[dependencies.httpmock]
version = "0.6.8"

[dependencies.once_cell]
version = "1.10"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.secrecy]
features = ["serde"]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tokio-retry]
version = "0.3.0"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.2.2"

[dependencies.zeroize]
features = ["derive"]
version = "1.5"

[dev-dependencies.serial_test]
version = "3.0"

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

[dev-dependencies.tracing-subscriber]
version = "0.3"

[[example]]
name = "asset_summary"
path = "examples/asset_summary.rs"

[[example]]
name = "assignment_operations"
path = "examples/assignment_operations.rs"

[[example]]
name = "changelog"
path = "examples/changelog.rs"

[[example]]
name = "cleanup_resources"
path = "examples/cleanup_resources.rs"

[[example]]
name = "current_manager"
path = "examples/current_manager.rs"

[[example]]
name = "list_and_cleanup"
path = "examples/list_and_cleanup.rs"

[[example]]
name = "list_resources"
path = "examples/list_resources.rs"

[[example]]
name = "manager_operations"
path = "examples/manager_operations.rs"

[[example]]
name = "setup_test_environment"
path = "examples/setup_test_environment.rs"

[[example]]
name = "test_token_loading"
path = "examples/test_token_loading.rs"

[[example]]
name = "token_persistence"
path = "examples/token_persistence.rs"

[[example]]
name = "treasury_addresses"
path = "examples/treasury_addresses.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "A Rust client for the Blockstream AMP API, providing interfaces for asset management, user operations, and token handling on the Liquid Network."
edition = "2021"
homepage = "https://github.com/gmikeska/amp-rs"
keywords = ["blockstream", "amp", "liquid", "assets", "blockchain"]
license = "BSD-3-Clause"
name = "amp-rust"
readme = "README.md"
repository = "https://github.com/gmikeska/amp-rs"
version = "0.0.2"

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

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

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

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

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

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