[package]
edition = "2018"
name = "ring2stdout"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ringtostdout replacement in RUST that does not require an NSCLDAQ installation"
homepage = "http://docs.frib.msu.edu/daq"
readme = false
license = "GPL-3.0"
repository = "https://github.com/FRIBDAQ/rust-ringtostdout.git"
[lib]
name = "ring2stdout"
path = "src/lib.rs"
[[bin]]
name = "ring2stdout"
path = "src/main.rs"
[dependencies.clap]
version = "=4.6.0"
features = ["cargo"]
[dependencies.nscldaq_ringbuffer]
version = "0.8.9"
[dependencies.portman_client]
version = "0.2.0"
[dependencies.proctitle]
version = "0.1.1"