# 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 = "2021" name = "directip-client" version = "0.2.0" authors = [ "Guilherme Castelão ", "Luiz Irber ", ] description = "Iridium SBD Direct-IP communication client" documentation = "https://docs.rs/directip-client" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/castelao/DirectIP/tree/main/directip-client" [dependencies.anyhow] version = "1.0.62" [dependencies.clap] version = "3.2.5" features = ["cargo"] [dependencies.directip] version = "0.2.0" [dependencies.log] version = "0.4" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.assert_fs] version = "1.0" [dev-dependencies.predicates] version = "2.1"