[package]
name = "mlmdquery"
version = "0.2.0"
edition = "2021"
mlauthors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "A command-line tool to query the contents of an ml-metadata DB."
homepage = "https://github.com/sile/mlmdquery"
repository = "https://github.com/sile/mlmdquery"
readme = "README.md"
license = "MIT"
[dependencies]
anyhow = "1"
chrono = { version = "0.4", features = ["serde"] }
mlmd = { version = "0.3", default-features = false, features = ["runtime-tokio-rustls"] }
palette = "0.6"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
structopt = "0.3"
tinytemplate = "1"
tokio = {version = "1", features = ["macros"]}