# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ainoio-agent" version = "3.1.0" authors = ["Olli Aalto "] description = "Aino.io agent" homepage = "https://aino.io" readme = "README.md" keywords = ["integrations", "tracking", "monitoring"] license = "Apache-2.0" repository = "https://github.com/Aino-io/aino-agent-rust" [dependencies.config] version = "0.10.1" [dependencies.futures] version = "0.3.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.105" [dependencies.serde_derive] version = "1.0.105" [dependencies.serde_json] version = "1.0.48" [dependencies.strum] version = "0.18.0" [dependencies.strum_macros] version = "0.18.0" [dependencies.surf] version = "1.0.3" [dependencies.tokio] version = "0.2" features = ["rt-threaded", "rt-core"]