mirror of
https://github.com/nushell/nushell.git
synced 2025-03-13 15:08:43 +01:00
Bumps [scraper](https://github.com/causal-agent/scraper) from 0.22.0 to 0.23.1. - [Release notes](https://github.com/causal-agent/scraper/releases) - [Commits](https://github.com/causal-agent/scraper/compare/v0.22.0...v0.23.1) --- updated-dependencies: - dependency-name: scraper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
728 B
TOML
28 lines
728 B
TOML
[package]
|
|
authors = ["The Nushell Project Developers"]
|
|
description = "A Nushell plugin to query JSON, XML, and various web data"
|
|
repository = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_query"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
name = "nu_plugin_query"
|
|
version = "0.102.1"
|
|
|
|
[lib]
|
|
doctest = false
|
|
bench = false
|
|
|
|
[[bin]]
|
|
name = "nu_plugin_query"
|
|
bench = false
|
|
|
|
[dependencies]
|
|
nu-plugin = { path = "../nu-plugin", version = "0.102.1" }
|
|
nu-protocol = { path = "../nu-protocol", version = "0.102.1" }
|
|
|
|
gjson = "0.8"
|
|
scraper = { default-features = false, version = "0.23" }
|
|
sxd-document = "0.3"
|
|
sxd-xpath = "0.4"
|
|
webpage = { version = "2.0.1", features = ["serde"] }
|
|
serde_json.workspace = true
|
|
serde.workspace = true |