oxyroot 0.1.12

Another attempt to make library reading and writing of `.root` binary files which are commonly used in particle physics
Documentation
[[bin]]
name = "oxyroot-ls"
required-features = ["build-binaries"]

[[bin]]
name = "oxyroot-dump"
required-features = ["build-binaries"]

[[bin]]
name = "oxyroot-genstreamers"
required-features = ["build-binaries"]

[[bin]]
name = "oxyroot_openstreamers"
required-features = ["build-binaries"]
[dependencies.anyhow]
optional = true
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.5"

[dependencies.downcast]
version = "0.11.0"

[dependencies.env_logger]
optional = true
version = "0.11"

[dependencies.flate2]
version = "1"

[dependencies.itertools]
version = "0.12"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4"

[dependencies.lz4]
version = "1"

[dependencies.num]
version = "0.4"

[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.paste]
version = "1.0"

[dependencies.regex]
version = "1"

[dependencies.trait-set]
version = "0.3.0"

[dependencies.uuid]
version = "1"

[dependencies.xz2]
version = "0.1"
[dev-dependencies.test-log]
version = "0.2"

[features]
build-binaries = ["clap", "env_logger", "anyhow"]
default = ["build-binaries"]
zlib-ng = ["flate2/zlib-ng"]

[package]
authors = ["Mathieu Dupont <mdsoft@rudu.fr>"]
description = "Another attempt to make library reading and writing of `.root` binary files which are commonly used in particle physics"
edition = "2021"
exclude = ["*test_data/", "*.root", "*.C"]
license = "MIT OR Apache-2.0"
name = "oxyroot"
readme = "readme.md"
repository = "https://github.com/m-dupont/oxyroot"
version = "0.1.12"