# 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 = "rtltcp" version = "0.1.1" authors = ["Niclas Hoyer "] description = "A rust implementation of rtl-tcp with better buffering and support for systemd socket activation." license = "MIT OR Apache-2.0" resolver = "2" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.ctrlc] version = "3.2" [dependencies.listenfd] version = "0.5" optional = true [dependencies.rtlsdr_mt] version = "2.1" [dependencies.systemd] version = "0.10" optional = true [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [features] daemon_systemd = ["listenfd", "systemd"] default = ["daemon_systemd"]