opentimestamps-cli 0.2.0

Rust client for OpenTimestamps timestamps
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]
name = "opentimestamps-cli"
version = "0.2.0"
authors = ["Luca Vaccaro <me@lvaccaro.com>"]
exclude = [".github"]
description = "Rust client for OpenTimestamps timestamps"
documentation = "https://docs.rs/crate/opentimestamps-cli"
readme = "README.md"
keywords = [
    "crypto",
    "bitcoin",
    "ots",
    "opentimestamps",
    "timestamping",
]
license-file = "LICENSE.txt"
repository = "https://github.com/lvaccaro/rust-opentimestamps-client/"

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

[[bin]]
name = "ots-cli"
path = "src/bin/ots-cli.rs"

[dependencies.bitcoin_hashes]
version = "0.12.0"

[dependencies.bitcoincore-rpc]
version = "0.18.0"

[dependencies.camino]
version = "1.1.6"

[dependencies.chrono]
version = "0.4.37"

[dependencies.chrono-tz]
version = "0.8.6"

[dependencies.clap]
version = "~4.4"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "~4.4"

[dependencies.electrum-client]
version = "0.19.0"

[dependencies.env_logger]
version = "0.10"

[dependencies.log]
version = "0.4"

[dependencies.ots]
version = "0.1.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
version = "0.12"
features = ["blocking"]

[dependencies.rs_merkle]
version = "1.4"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1.0.58"