# 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 = "godwit-daemon" version = "0.1.10" authors = ["Utkarsh Bhardwaj (Passeriform) "] exclude = ["assets/*"] description = "A daemon runner for GodWit." homepage = "https://www.passeriform.com/prod/GodWit/daemon" readme = "README.md" keywords = ["daemon", "runner", "tracker", "service", "internal"] categories = ["command-line-utilities", "caching", "development-tools", "asynchronous", "concurrency"] license = "MIT OR Apache-2.0" repository = "https://github.com/Passeriform/GodWit-Daemon" [package.metadata.docs.rs] features = ["docs-rs"] [lib] name = "godwit_daemon" path = "src/lib.rs" [[bin]] name = "godwit_daemon" path = "src/main.rs" [[test]] name = "integration" path = "tests/tests.rs" [dependencies.chrono] version = "0.4.11" [dependencies.clap] version = "2.33.1" default-features = false [dependencies.custom_error] version = "1.7.1" [dependencies.dirs] version = "2.0.2" [dependencies.getter-derive-rs] version = "1.0.2" [dependencies.glob] version = "0.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libloading] version = "0.6.2" [dependencies.log] version = "0.4.8" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.48" [dependencies.simplelog] version = "0.7.6" [dependencies.structopt] version = "0.3.14" [dependencies.structopt-derive] version = "0.4.7" [dependencies.tempfile] version = "3.1.0" [dependencies.threadpool] version = "1.8.1" [dependencies.zmq] version = "0.9.2" [build-dependencies.flate2] version = "1.0.16" [build-dependencies.glob] version = "0.3.0" [build-dependencies.rand] version = "0.7.3" [build-dependencies.reqwest] version = "0.10.7" features = ["blocking"] [build-dependencies.rustc_version] version = "0.2.3" [build-dependencies.serde] version = "1.0.104" features = ["derive"] [build-dependencies.tar] version = "0.4.29" [build-dependencies.tempfile] version = "3.1.0" [build-dependencies.toml] version = "0.5.6" [features] docs-rs = [] symbols = [] [target."cfg(target_arch = \"wasm32\")".dependencies] [target."cfg(target_os = \"android\")".dependencies] [target."cfg(target_os = \"windows\")".build-dependencies] [badges.codecov] repository = "Passeriform/GodWit-Daemon" [badges.is-it-maintained-issue-resolution] repository = "https://github.com/Passeriform/GodWit-Daemon" [badges.is-it-maintained-open-issues] repository = "https://github.com/Passeriform/GodWit-Daemon" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "Passeriform/GodWit-Daemon"