Documentation
[package]
name = "ord-lite"
description = "ord lite"
license = "MIT OR Apache-2.0"
version = "0.1.1"
edition = "2021"
autotests = false
homepage = "https://github.com/jitash/ord-lite"
repository = "https://github.com/jitash/ord-lite"
autobins = false
rust-version = "1.67"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
jitash-bdk = "0.28.0"
lazy_static = "1.4.0"
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
anyhow = { version = "1.0.56", features = ["backtrace"] }
serde = "1.0.164"
derive_more = "0.99.17"
clap = { version = "4.3.8", features = ["derive", "deprecated"] }
mp4 = "0.13.0"
regex = "1.8.4"
serde_json = "1.0.97"
serde_yaml = "0.9.17"
ord-bitcoincore-rpc = "0.16.5"
bip39 = "2.0.0"
redb = "1.0.4"
chrono = "0.4.26"
indicatif = "0.17.5"
log = "0.4.18"
hyper = { version = "0.14.24", features = ["http1", "client"] }
hex = "0.4.3"
tokio-stream = "0.1.9"
tokio-util = { version = "0.7.3", features = ["compat"] }
axum = { version = "0.6.1" }
axum-server = "0.5.0"
base64 = "0.21.2"
tempfile = "3.6.0"
sysinfo = "0.29.4"
dirs = "5.0.1"
rustls = "0.21.1"
boilerplate = { version = "0.2.3", features = ["axum"] }
rustls-acme = { version = "0.7.1", features = ["axum"] }
futures = "0.3.21"
env_logger = "0.10.0"
ctrlc = "3.4.0"