sbp2json 4.14.1

Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools
Documentation
[[bin]]
name = "sbp2json"
path = "src/bin/sbp2json.rs"

[[bin]]
name = "json2sbp"
path = "src/bin/json2sbp.rs"

[[bin]]
name = "json2json"
path = "src/bin/json2json.rs"
[build-dependencies.vergen]
version = "3"
[dependencies.clap]
features = ["derive"]
version = "3.1.15"

[dependencies.dencode]
default-features = false
version = "0.3.0"

[dependencies.env_logger]
version = "0.8"

[dependencies.mimalloc]
default-features = false
version = "0.1"

[dependencies.sbp]
features = ["json", "float_roundtrip"]
version = "4.14.1"

[dependencies.serde_json]
version = "1.0.82"
[dev-dependencies.assert-json-diff]
version = "2.0"

[dev-dependencies.assert_cmd]
version = "=1.0.8"

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.predicates]
version = "=2.1.1"

[dev-dependencies.predicates-core]
version = "=1.0.3"

[dev-dependencies.predicates-tree]
version = "=1.0.4"

[dev-dependencies.serde_json]
version = "1.0.82"

[dev-dependencies.sha2]
version = "0.8"

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

[package]
authors = ["Swift Navigation <dev@swiftnav.com>"]
categories = ["parsing"]
description = "Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools"
edition = "2018"
keywords = ["encoding", "parsing"]
license = "MIT"
name = "sbp2json"
readme = "./README.md"
repository = "https://github.com/swift-nav/libsbp"
version = "4.14.1"
[profile.release]
codegen-units = 1
lto = true