# 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 = "its-client" version = "1.5.0" authors = [ "Frédéric Gardes ", "Nicolas Buffon ", ] description = "binary to connect on an ITS MQTT server" homepage = "https://github.com/Orange-OpenSource/its-client" documentation = "https://docs.rs/its-client" readme = "README.md" keywords = [ "network", "its", "vehicle", "mqtt", "etsi", ] license = "MIT" repository = "https://github.com/Orange-OpenSource/its-client.git" resolver = "1" [dependencies.clap] version = "2.33.0" [dependencies.flexi_logger] version = "0.18.0" features = [ "async", "compress", ] [dependencies.libits-client] version = "1.5" [dependencies.libits-copycat] version = "1.5" optional = true [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.rumqttc] version = "0.19" [dependencies.tokio] version = "1.23.1" features = [ "full", "macros", ] [features] copycat = ["libits-copycat"] default = ["copycat"]