# 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 = "replicante_agent" version = "0.5.0" authors = ["Stefano Pogliani "] build = "build.rs" description = "Replicante agent framework" homepage = "https://www.replicante.io/" documentation = "https://docs.rs/replicante_agent" readme = "../../../README.md" keywords = ["automation", "datastore", "operations"] license = "MIT" repository = "https://github.com/replicante-io/agents" [lib] name = "replicante_agent" path = "src/lib.rs" [dependencies.actix-rt] version = "^1.0.0" [dependencies.actix-web] version = "^2.0.0" features = ["openssl"] [dependencies.chrono] version = "^0.4.7" [dependencies.clap] version = "^2.32.0" [dependencies.failure] version = "^0.1.5" [dependencies.failure_derive] version = "^0.1.5" [dependencies.futures] version = "^0.3.4" [dependencies.humthreads] version = "^0.2.0" [dependencies.lazy_static] version = "^1.0.1" [dependencies.migrant_lib] version = "^0.29.0" features = ["d-sqlite"] [dependencies.openssl] version = "^0.10" [dependencies.opentracingrust] version = "^0.4.0" [dependencies.prometheus] version = "^0.9.0" features = ["process"] [dependencies.replicante_logging] version = "0.1.3" [dependencies.replicante_models_agent] version = "0.3.0" [dependencies.replicante_util_actixweb] version = "0.2.0" [dependencies.replicante_util_failure] version = "0.1.3" [dependencies.replicante_util_tracing] version = "0.4.0" [dependencies.replicante_util_upkeep] version = "0.2.1" [dependencies.reqwest] version = "^0.10.4" features = ["blocking"] [dependencies.rusqlite] version = "^0.23.0" features = ["bundled"] [dependencies.semver] version = "^0.10.0" [dependencies.sentry] version = "^0.18.0" [dependencies.serde] version = "^1.0.25" [dependencies.serde_derive] version = "^1.0.25" [dependencies.serde_json] version = "^1.0.8" [dependencies.serde_yaml] version = "^0.8.0" [dependencies.slog] version = "^2.2.3" [dependencies.slog-scope] version = "^4.0.1" [dependencies.slog-stdlog] version = "^4.0.0" [dependencies.uuid] version = "^0.8" features = ["serde", "v4"] [build-dependencies.git2] version = "^0.13.0" [features] journald = ["replicante_logging/journald"] with_test_support = []