# 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 = "svc-agent" version = "0.21.0" authors = ["Andrei Nesterov "] description = "An agent library." readme = "README.md" keywords = [ "agent", "mqtt", "pubsub", "messaging-patterns", "event-driven", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/foxford/svc-agent-rs" [lib] doctest = false [dependencies.async-channel] version = "1" [dependencies.base64] version = "0.21" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.http] version = "0.2" [dependencies.log] version = "0.4" [dependencies.rumqttc] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.6" features = [ "runtime-tokio-native-tls", "postgres", ] optional = true [dependencies.svc-authn] version = "0.8" [dependencies.tokio] version = "1.28" features = [ "rt-multi-thread", "time", ] [dependencies.uuid] version = "1.1" features = [ "serde", "v4", ] [features] queue-counter = [] sqlx = [ "dep:sqlx", "svc-authn/sqlx", ]