[package] name = "ord" description = "◉ Ordinal wallet and block explorer" version = "0.12.0" license = "CC0-1.0" edition = "2021" autotests = false homepage = "https://github.com/ordinals/ord" repository = "https://github.com/ordinals/ord" autobins = false rust-version = "1.67" [package.metadata.deb] copyright = "The Ord Maintainers" maintainer = "The Ord Maintainers" [workspace] members = [".", "test-bitcoincore-rpc"] [dependencies] anyhow = { version = "1.0.56", features = ["backtrace"] } async-trait = "0.1.72" axum = { version = "0.6.1", features = ["headers"] } axum-server = "0.5.0" base64 = "0.21.0" bech32 = "0.9.1" bip39 = "2.0.0" bitcoin = { version = "0.30.1", features = ["rand"] } boilerplate = { version = "1.0.0", features = ["axum"] } brotli = "3.4.0" chrono = "0.4.19" ciborium = "0.2.1" clap = { version = "4.4.2", features = ["derive"] } ctrlc = { version = "3.2.1", features = ["termination"] } derive_more = "0.99.17" dirs = "5.0.0" env_logger = "0.10.0" futures = "0.3.21" hex = "0.4.3" html-escaper = "0.2.0"