[package] name = "native_messaging" version = "0.1.1" edition = "2021" authors = ["Ilteber 'Iber' Dover "] description = "Async implementation of MDN native messaging. Provides the ability to install host manifest." license = "MIT" repository = "https://github.com/IberAI/native-messaging" documentation = "https://docs.rs/native-messaging" homepage = "https://github.com/IberAI/native-messaging" keywords = ["native-messaging", "webextensions", "chrome", "firefox"] categories = ["api-bindings", "command-line-utilities"] readme = "README.md" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.132" tokio = { version = "1", features = ["io-std", "io-util", "macros", "rt", "rt-multi-thread"] }