# 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" rust-version = "1.60.0" name = "directip" version = "0.2.6" authors = [ "Guilherme Castelão ", "Luiz Irber ", ] description = "Iridium SBD Direct-IP communication protocol" documentation = "https://docs.rs/directip" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/castelao/DirectIP" [lib] name = "directip" [dependencies.byteorder] version = "1" [dependencies.chrono] version = "0.4.31" [dependencies.derive_builder] version = "0.11.2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0.147" features = ["serde_derive"] optional = true default-features = false [dependencies.serde_bytes] version = "0.11.8" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.serde_json] version = "1.0.91" [features] serde = [ "dep:serde", "dep:serde_bytes", "chrono/serde", ]