# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "sbp2json" version = "6.2.1" authors = ["Swift Navigation "] description = "Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools" readme = "./README.md" keywords = [ "encoding", "parsing", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/swift-nav/libsbp" [profile.release] lto = true codegen-units = 1 [lib] name = "converters" path = "src/lib.rs" [[bin]] name = "sbp2json" path = "src/bin/sbp2json.rs" [[bin]] name = "json2sbp" path = "src/bin/json2sbp.rs" [[bin]] name = "json2json" path = "src/bin/json2json.rs" [dependencies.clap] version = "3.1.15" features = ["derive"] [dependencies.dencode] version = "0.3.0" default-features = false [dependencies.env_logger] version = "0.8" [dependencies.mimalloc] version = "0.1" default-features = false [dependencies.sbp] version = "6.2.1" features = [ "json", "float_roundtrip", ] [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" [build-dependencies.vergen] version = "3"