# 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 = "2021" name = "raudient" version = "0.4.0" authors = ["wangyanqing@langzi.me"] description = "ipmsg rewrite by rust." documentation = "https://docs.rs/raudient" keywords = ["ipmsg", "ipmessager"] license = "MIT" repository = "https://github.com/langzime/raudient" resolver = "2" [lib] name = "raudient" [[bin]] name = "raudient" path = "src/bin/raudient.rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.combine] version = "4" [dependencies.crossbeam-channel] version = "0.5" [dependencies.encoding] version = "0.2" [dependencies.env_logger] version = "0.9" [dependencies.gdk-pixbuf] version = "0.14" [dependencies.gio] version = "0.14" [dependencies.glib] version = "0.14" [dependencies.gtk] version = "0.14" [dependencies.hostname] version = "0.3" [dependencies.human-panic] version = "1" [dependencies.lazy_static] version = "1" [dependencies.local-ip] version = "0.1" [dependencies.log] version = "0.4"