[dependencies.clap]
version = "^2"
[dependencies.failure]
version = "0.1.5"
[dependencies.root-io]
version = "0.3.0"
[dependencies.rustfmt]
version = "0.9.0"
[dependencies.tokio]
features = ["full"]
version = "0.2"
[package]
authors = ["cbourjau <christian.bourjau@cern.ch>"]
categories = ["science", "command-line-utilities"]
description = "CLI tool to inspect the content and layout of `.root` files"
edition = "2018"
keywords = ["root", "cern", "alice", "lhc", "physics"]
license = "MPL-2.0"
name = "root-ls"
readme = "README.md"
repository = "https://github.com/cbourjau/alice-rs"
version = "0.2.0"