# 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 = "native_messaging" version = "0.1.1" authors = ["Ilteber 'Iber' Dover "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Async implementation of MDN native messaging. Provides the ability to install host manifest." homepage = "https://github.com/IberAI/native-messaging" documentation = "https://docs.rs/native-messaging" readme = "README.md" keywords = [ "native-messaging", "webextensions", "chrome", "firefox", ] categories = [ "api-bindings", "command-line-utilities", ] license = "MIT" repository = "https://github.com/IberAI/native-messaging" [lib] name = "native_messaging" path = "src/lib.rs" [[test]] name = "read_write_test" path = "tests/read_write_test.rs" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1" features = [ "io-std", "io-util", "macros", "rt", "rt-multi-thread", ]