# 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 = "dtn7-plus" version = "0.7.2" authors = ["Lars Baumgaertner "] exclude = [ ".vscode/", ".travis.yml", ] description = "Additional helpers for rust dtn daemon" readme = "README.md" keywords = [ "peer2peer", "dtn", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/dtn7/dtn7-plus-rs" [[bin]] name = "dtngpslogger" required-features = [ "location", "cli", ] [[bin]] name = "dtngpsreceiver" required-features = [ "location", "cli", ] [[bin]] name = "d7news" required-features = [ "news", "cli", ] [dependencies.anyhow] version = "1.0.82" optional = true [dependencies.attohttpc] version = "0.28.0" optional = true default-features = false [dependencies.base64] version = "0.22.0" [dependencies.bitflags] version = "2.5.0" features = ["serde"] optional = true [dependencies.bp7] version = "0.10.1" [dependencies.clap] version = "3.2.25" features = [ "derive", "cargo", ] optional = true [dependencies.derive-try-from-primitive] version = "1.0.0" optional = true [dependencies.humantime] version = "2.1.0" optional = true [dependencies.serde] version = "1.0.127" features = ["derive"] [dependencies.serde_bytes] version = "0.11.5" optional = true [dependencies.serde_cbor] version = "0.11.1" optional = true [dependencies.serde_json] version = "1.0.66" [dependencies.smaz] version = "0.1.0" optional = true [dependencies.thiserror] version = "1.0.26" [dependencies.tungstenite] version = "0.21.0" features = [] optional = true default-features = true [dependencies.url] version = "2.2.2" optional = true [dependencies.uuid] version = "1.1.2" features = [ "serde", "v4", ] optional = true [features] cli = [ "clap", "humantime", "client", "anyhow", "url", ] client = [ "attohttpc", "tungstenite", "anyhow", "common", "url", ] common = [ "serde_bytes", "serde_cbor", ] default = [ "sms", "client", "location", "cli", "news", "common", ] location = [ "derive-try-from-primitive", "common", "bitflags", ] news = [ "smaz", "common", "uuid", ] sms = [ "smaz", "common", ]