# 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 = "fundamentum-edge-pfwd" version = "0.2.4" authors = ["Jerome Collet "] description = "The port forwarding tool for edge daemon" homepage = "https://www.dimonoff.com/services/fundamentum-iot-platform-paas" readme = "README.md" keywords = [ "daemon", "iot", "edge", "fundamentum", ] categories = ["asynchronous"] license = "Apache-2.0" repository = "https://bitbucket.org/amotus/fundamentum-edge-pfwd" [dependencies.anyhow] version = "1.0" [dependencies.backoff] version = "0.4" features = ["tokio"] [dependencies.bson] version = "2.7" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.derive-new] version = "0.6" [dependencies.fundamentum-portforwarding-proto-rust] version = "0.2.0" [dependencies.fundamentum-sdk-mqtt] version = "0" [dependencies.prost] version = "0.12" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.7" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.uuid] version = "1.4" features = ["v4"] [dev-dependencies.cargo-husky] version = "1.5.0" features = [ "precommit-hook", "run-cargo-fmt", ] default-features = false