# 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 = "ygw" version = "0.5.7" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "The goal of Yamcs Gateway is to allow Yamcs to control instruments/payloads as part of an EGSE." homepage = "https://github.com/xpromache/yamcs-gateway" readme = "README.md" keywords = [ "Yamcs", "EGSE", "Satellite", "Spacecraft", ] categories = ["aerospace"] license = "MIT" repository = "https://github.com/xpromache/yamcs-gateway" [lib] name = "ygw" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.78" [dependencies.byteorder] version = "1" [dependencies.bytes] version = "1" [dependencies.env_logger] version = "0.11" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4" [dependencies.prost] version = "0.12.4" [dependencies.prost-types] version = "0.12.4" [dependencies.rand] version = "0.8" optional = true [dependencies.socketcan] version = "3.3.0" features = ["tokio"] optional = true [dependencies.surge-ping] version = "0.8.1" optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.yaml-rust] version = "0.4.5" [dependencies.zstd] version = "0.13.1" [dev-dependencies.tempfile] version = "3.10.1" [build-dependencies.prost-build] version = "0.12.4" [features] ping = [ "surge-ping", "rand", ] socketcan = ["dep:socketcan"]