# 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 = "2018" name = "replicante_models_agent" version = "0.3.2" authors = ["Stefano Pogliani "] description = "Replicante Agent API request/response models" homepage = "https://www.replicante.io/" documentation = "https://www.replicante.io/docs" readme = "README.md" keywords = ["replicante"] license = "MIT" repository = "https://github.com/replicante-io/common" [dependencies.chrono] version = "^0.4.7" features = ["serde"] [dependencies.serde] version = "^1.0.34" [dependencies.serde_derive] version = "^1.0.34" [dependencies.serde_json] version = "^1.0.8" [dependencies.uuid] version = "^0.8.0" features = [ "serde", "v4", ]