# 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 = "libits-client" version = "1.5.0" authors = [ "Frédéric Gardes ", "Nicolas Buffon ", ] description = "library to connect on an ITS MQTT server" homepage = "https://github.com/Orange-OpenSource/its-client" documentation = "https://docs.rs/libits-client" readme = "README.md" keywords = [ "network", "its", "vehicle", "mqtt", "etsi", ] license = "MIT" repository = "https://github.com/Orange-OpenSource/its-client.git" resolver = "1" [dependencies.async-channel] version = "1.5" [dependencies.cheap-ruler] version = "0.3.0" [dependencies.geo] version = "0.26" [dependencies.integer-sqrt] version = "0.1.5" [dependencies.log] version = "0.4" [dependencies.map_3d] version = "0.1.5" [dependencies.navigation] version = "0.1" [dependencies.ndarray] version = "0.15" [dependencies.pin-utils] version = "0.1" [dependencies.rumqttc] version = "0.19" [dependencies.rustls] version = "0.19" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.serde_with] version = "1.9" features = ["json"] [dependencies.tokio] version = "1.23" features = [ "full", "macros", ]