sigmf 0.1.1

A Rust library for interacting with SigMF recordings,
Documentation
[dependencies.nom]
version = "7.1.3"

[dependencies.serde]
features = ["derive"]
version = "1.0.193"

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[lib]
name = "sigmf"
path = "src/lib.rs"

[package]
authors = ["Alex Khamutov <alex.khamutov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library for interacting with SigMF recordings,"
edition = "2021"
license = "MIT"
name = "sigmf"
readme = "README.md"
version = "0.1.1"

[[test]]
name = "integration_open_file_test"
path = "tests/integration_open_file_test.rs"