# 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 = "firefox-native-manifest" version = "0.1.0" authors = ["Xidorn Quan "] description = "Crate to help register native manifest for WebExtensions on Firefox" readme = "README.md" keywords = ["firefox", "webext", "webextensions"] license = "MIT" repository = "https://github.com/upsuper/firefox-native-manifest-rs" [dependencies.home] version = "0.5" [dependencies.once_cell] version = "1.4" [dependencies.regex] version = "1.4" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.types] version = "0.1" package = "firefox-native-manifest-types" [target."cfg(windows)".dependencies.winreg] version = "0.7"