uts-sdk 0.1.0-alpha.1

Universal Timestamping SDK in Rust
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 = "uts-sdk"
version = "0.1.0-alpha.1"
authors = [
    "Akase Haruka <light.tsing@gmail.com>",
    "Rohit Narurkar <rohit.narurkar@proton.me>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal Timestamping SDK in Rust"
homepage = "https://github.com/lightsing/uts/"
readme = false
keywords = [
    "uts",
    "timestamping",
    "sdk",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lightsing/uts.git"

[features]
bitcoin-verifier = ["uts-core/bitcoin-verifier"]
eas-verifier = [
    "dep:alloy-provider",
    "dep:uts-contracts",
    "uts-core/eas-verifier",
    "uts-contracts/provider-helper",
]
full = [
    "eas-verifier",
    "bitcoin-verifier",
]
reqwest-default-tls = [
    "reqwest/default-tls",
    "alloy-provider?/reqwest-default-tls",
    "uts-core/reqwest-default-tls",
]
reqwest-native-tls = [
    "reqwest/native-tls",
    "alloy-provider?/reqwest-native-tls",
    "uts-core/reqwest-native-tls",
]
reqwest-rustls = [
    "reqwest/rustls",
    "alloy-provider?/reqwest-rustls-tls",
    "uts-core/reqwest-rustls",
]

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

[dependencies.alloy-primitives]
version = "1.5"

[dependencies.alloy-provider]
version = "1.7"
features = ["reqwest"]
optional = true
default-features = false

[dependencies.alloy-rpc-client]
version = "1.7"

[dependencies.backon]
version = "1.6"

[dependencies.bytes]
version = "1.11"

[dependencies.digest]
version = "0.10"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1.4"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.jiff]
version = "0.2"

[dependencies.rand]
version = "0.10"

[dependencies.reqwest]
version = "0.13"
features = ["http2"]
default-features = false

[dependencies.ripemd]
version = "0.1"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dependencies.uts-bmt]
version = "0.1.2"

[dependencies.uts-contracts]
version = "=0.1.0-alpha.1"
optional = true

[dependencies.uts-core]
version = "=0.1.0-alpha.1"
features = ["io-utils"]

[lints.clippy]
assigning-clones = "warn"
cast-lossless = "warn"
elidable-lifetime-names = "warn"
redundant-else = "warn"
single-match-else = "warn"
uninlined-format-args = "warn"
unnecessary-box-returns = "warn"
unnecessary-debug-formatting = "warn"

[lints.rust]
missing-debug-implementations = "warn"
missing-docs = "warn"
unused-qualifications = "warn"