universalsettle-api 0.1.1

X402-inspired settlement program for any token on Solana
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"
name = "universalsettle-api"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "X402-inspired settlement program for any token on Solana"
homepage = "https://universalsettle.miraland.io"
documentation = "https://docs.rs/universalsettle-api/latest/universalsettle_api/"
readme = false
keywords = [
    "solana",
    "x402",
    "signer-payer",
    "settlement",
    "miraland",
]
license = "Apache-2.0"
repository = "https://github.com/miraland-labs/universalsettle"

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

[dependencies.bytemuck]
version = "1.16.1"

[dependencies.const-crypto]
version = "0.3.0"

[dependencies.num_enum]
version = "0.7.2"

[dependencies.solana-program]
version = "^2.1"

[dependencies.spl-associated-token-account]
version = "^7"
features = ["no-entrypoint"]

[dependencies.spl-token]
version = "^4"
features = ["no-entrypoint"]

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.steel]
version = "4.0"
features = ["spl"]

[dependencies.thiserror]
version = "1.0.57"