# 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] name = "wxwork_robotd" version = "0.7.0" authors = ["owent "] include = ["src/**/*.rs", "Cargo.toml", "Cross.toml", "README.md", "tools/__init__.py", "tools/qyapi_wx_send_robot.py"] description = "Robot service for WXWork" homepage = "https://crates.io/crates/wxwork_robotd" documentation = "https://github.com/owt5008137/wxwork_robotd" readme = "README.md" keywords = ["wxwork", "wework", "robot", "weixin", "wechat"] categories = ["network-programming", "web-programming::http-server", "web-programming::http-client", "development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/owt5008137/wxwork_robotd" [profile.dev] lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false panic = "abort" incremental = false [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" incremental = false [[bin]] name = "wxwork_robotd" [dependencies.actix-web] version = "^1.0.3" features = ["ssl"] [dependencies.byteorder] version = "^1.3.2" [dependencies.bytes] version = ">=0.4.11" [dependencies.clap] version = "^2.33.0" features = ["suggestions", "color"] default-features = false [dependencies.futures] version = "^0.1.23" [dependencies.handlebars] version = "^2.0.0" [dependencies.hex] version = ">=0.3.2" [dependencies.lazy_static] version = "^1.2.0" [dependencies.log] version = ">=0.4.3" [dependencies.mio-uds] version = "^0.6.7" [dependencies.openssl] version = ">=0.10.23" [dependencies.quick-xml] version = ">=0.13.1" [dependencies.regex] version = "^1.1.9" [dependencies.serde] version = "^1.0.80" [dependencies.serde_derive] version = "^1.0.80" [dependencies.serde_json] version = "^1.0.33" [dependencies.time] version = ">=0.1.40" [dependencies.tokio] version = ">=0.1.7" [dependencies.tokio-io] version = ">=0.1.7" [dependencies.tokio-process] version = ">=0.2.3" [build-dependencies.clap] version = "^2.33.0" features = ["suggestions", "color"] default-features = false [features] system-alloc = [] [target.x86_64-pc-windows-msvc]