uts-cli 0.1.0-alpha.0

Universal Timestamps Command Line Interface.
# 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-cli"
version = "0.1.0-alpha.0"
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 Timestamps Command Line Interface."
homepage = "https://github.com/lightsing/uts/"
readme = "README.md"
keywords = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/lightsing/uts.git"

[features]
default = ["reqwest-rustls"]
reqwest-default-tls = [
    "reqwest/default-tls",
    "alloy-provider/reqwest-default-tls",
]
reqwest-native-tls = [
    "reqwest/native-tls",
    "alloy-provider/reqwest-native-tls",
]
reqwest-native-tls-no-alpn = ["reqwest/native-tls-no-alpn"]
reqwest-native-tls-vendored = ["reqwest/native-tls-vendored"]
reqwest-native-tls-vendored-no-alpn = ["reqwest/native-tls-vendored-no-alpn"]
reqwest-rustls = [
    "reqwest/rustls",
    "alloy-provider/reqwest-rustls-tls",
]

[[bin]]
name = "uts"
path = "src/main.rs"

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

[dependencies.alloy-provider]
version = "1.2"
features = ["reqwest"]
default-features = false

[dependencies.bytemuck]
version = "1"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "derive",
]

[dependencies.color-eyre]
version = "0.6"

[dependencies.digest]
version = "0.11.0-rc.4"

[dependencies.eyre]
version = "0.6"

[dependencies.futures]
version = "0.3"

[dependencies.jiff]
version = "0.2.20"

[dependencies.rand]
version = "0.10"

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

[dependencies.ripemd]
version = "0.2.0-rc.3"

[dependencies.sha1]
version = "0.11.0-rc.3"

[dependencies.sha2]
version = "0.11.0-rc.3"

[dependencies.sha3]
version = "0.11.0-rc.3"

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

[dependencies.url]
version = "2.5"

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

[dependencies.uts-contracts]
version = "=0.1.0-alpha.0"

[dependencies.uts-core]
version = "=0.1.0-alpha.0"
features = [
    "std",
    "eas-verifier",
    "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"