[package] name = "agent_interface" version = "0.5.2" authors = ["thin-edge.io team "] edition = "2021" rust-version = "1.58.1" license = "Apache-2.0" description = "agent_interface defines all the mqtt topics and messages to be used to invoke the agent." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] csv = "1.1" download = { path = "../../common/download" } nanoid = "0.4" serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" thiserror = "1.0" [dev-dependencies] regex = "1.5"