[package]
name = "rexcli"
version = "0.18.4"
authors = ["The RepliXio developers <info@replix.io>"]
edition = "2018"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/replix/rexcli.git"
keywords = ["replix", "cli"]
description = "Replix admin CLI tool"
[dependencies]
anyhow = "1.0"
attohttpc = { version = "0.16", features = ["json"] }
chrono = { version = "0.4", default-features = false, features = ["serde"] }
dotenv = "0.15"
env_logger = "0.8"
inspector = { version = "0.1", default-features = false, features = ["result"] }
log = "0.4"
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = "1.6"
structopt = "0.3"
uuid = { version = "0.8", features = ["serde"] }
which = "4.0"