# 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 = "ctf-packet-relay" version = "0.1.3" authors = ["Jon Lamb "] description = "Relays CTF packets from a serial device or socket to one or more LTTng relayd sessions" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/auxoncorp/ctf-packet-relay" [package.metadata.deb] section = "utility" priority = "optional" assets = [[ "target/release/ctf-packet-relay", "usr/bin/", "755", ]] [profile.release] strip = "debuginfo" [lib] name = "ctf_packet_relay" path = "src/lib.rs" [[bin]] name = "ctf-packet-relay" path = "src/main.rs" [dependencies.babeltrace2-sys] version = "0.2" [dependencies.bytes] version = "1.1" [dependencies.chrono] version = "0.4" [dependencies.ctrlc] version = "3.2" features = ["termination"] [dependencies.derive_more] version = "0.99" [dependencies.futures] version = "0.3" [dependencies.hostname] version = "0.3" [dependencies.socket2] version = "0.4" [dependencies.structopt] version = "0.3" features = ["color"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "sync", "time", "io-util", "net", "fs", "signal", "tracing", ] [dependencies.tokio-serial] version = "5.4" [dependencies.tokio-util] version = "0.6.9" features = [ "codec", "net", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.url] version = "2.2"