# 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 = "nu_plugin_query" version = "0.100.0" authors = ["The Nushell Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Nushell plugin to query JSON, XML, and various web data" readme = "README.md" license = "MIT" repository = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_query" [lib] name = "nu_plugin_query" path = "src/lib.rs" doctest = false bench = false [[bin]] name = "nu_plugin_query" path = "src/main.rs" bench = false [dependencies.gjson] version = "0.8" [dependencies.nu-plugin] version = "0.100.0" [dependencies.nu-protocol] version = "0.100.0" [dependencies.scraper] version = "0.21" default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sxd-document] version = "0.3" [dependencies.sxd-xpath] version = "0.4" [dependencies.webpage] version = "2.0.1" features = ["serde"]