[package] name = "directip-dump" version = "0.0.3" authors = ["Guilherme Castelão ", "Luiz Irber "] edition = "2021" description = "Iridium SBD Direct-IP message parser" documentation = "https://docs.rs/directip" license = "MIT OR Apache-2.0" repository = "https://github.com/castelao/DirectIP" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.62" camino = "1.1.1" clap = { version = "4.0", features=["cargo", "derive"] } directip = { version = "0.2.4", path = "../" } log = "0.4" [dev-dependencies] assert_cmd = "2.0"