# 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 = "weechat" version = "0.4.0" authors = ["Damir Jelić "] description = "Weechat API bindings for Rust" homepage = "https://github.com/poljar/rust-weechat/" readme = "README.md" license = "MIT" repository = "https://github.com/poljar/rust-weechat/" [package.metadata.docs.rs] features = ["docs"] rustdoc-args = ["--cfg", "feature=\"docs\""] [dependencies.async-task] version = "4.0.2" optional = true [dependencies.async-trait] version = "0.1.41" optional = true [dependencies.futures] version = "0.3.6" optional = true [dependencies.libc] version = "0.2.79" [dependencies.multitask] version = "0.2.0" optional = true [dependencies.paste] version = "1.0.1" optional = true [dependencies.pipe-channel] version = "1.3.0" optional = true [dependencies.strum] version = "0.19.5" optional = true [dependencies.weechat-macro] version = "0.4.0" [dependencies.weechat-sys] version = "0.4.0" [dev-dependencies.async-std] version = "1.6.5" features = ["unstable"] [dev-dependencies.futures] version = "0.3.6" [dev-dependencies.pipe-channel] version = "1.3.0" [dev-dependencies.strum] version = "0.19.5" [dev-dependencies.strum_macros] version = "0.19.4" [features] async = ["async-task", "pipe-channel", "futures", "multitask", "async-trait"] config_macro = ["paste", "strum"] docs = ["async", "unsound", "config_macro"] unsound = []