2020-11-03 21:46:42 +00:00
|
|
|
[package]
|
|
|
|
authors = ["The Nu Project Contributors"]
|
|
|
|
description = "web scraping using css selector"
|
|
|
|
edition = "2018"
|
|
|
|
license = "MIT"
|
|
|
|
name = "nu_plugin_selector"
|
2021-01-11 18:50:53 +00:00
|
|
|
version = "0.25.2"
|
2020-11-03 21:46:42 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
nipper = "0.1.8"
|
2021-01-11 18:50:53 +00:00
|
|
|
nu-errors = {version = "0.25.2", path = "../nu-errors"}
|
|
|
|
nu-plugin = {version = "0.25.2", path = "../nu-plugin"}
|
|
|
|
nu-protocol = {version = "0.25.2", path = "../nu-protocol"}
|
|
|
|
nu-source = {version = "0.25.2", path = "../nu-source"}
|
2020-11-03 21:46:42 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2021-01-11 18:50:53 +00:00
|
|
|
nu-test-support = {path = "../nu-test-support", version = "0.25.2"}
|