psrdada 0.4.0

A rusty wrapper for the psrdada radio astronomy library
[package]
name = "psrdada"
version = "0.4.0"
edition = "2021"
rust-version = "1.57.0"
authors = ["Kiran Shila <me@kiranshila.com>"]
license = "Apache-2.0 OR MIT"
homepage = "https://github.com/kiranshila/psrdada-rs"
repository = "https://github.com/kiranshila/psrdada-rs"
description = "A rusty wrapper for the psrdada radio astronomy library"
readme = "README.md"
keywords = ["astronomy", "protocol", "telescope"]
categories = ["encoding", "parser-implementations"]

[dependencies]
psrdada-sys = { path = "./psrdada-sys", version = "0.4.0" }
page_size = "0.6"
tracing = "0.1"
nom = "7"

[dev-dependencies]
test-log = { version = "0.2", features = ["trace"] }
env_logger = "0.9"
tracing = { version = "0.1", default-features = false }
tracing-subscriber = { version = "0.3", default-features = false, features = [
    "env-filter",
    "fmt",
] }

[workspace]
members = ["psrdada-sys"]